Home
last modified time | relevance | path

Searched refs:c (Results 1 – 9 of 9) sorted by relevance

/xiu/protocol/rtsp/src/
H A Drtsp_utils.rs32 if let (Some(a), Some(b), Some(c), _) = in test_scanf()
33 scanf!(str_a, |c| c == ':' || c == '.', i64, i64, i64, i64) in test_scanf()
H A Drtsp_range.rs57 rtsp_utils::scanf!(range_time, |c| c == ':' || c == '.', i64, i64, i64, i64) in unmarshal()
/xiu/library/streamhub/src/
H A Dutils.rs45 for (i, c) in uuid.chars().enumerate() { in from_str2()
46 value[i] = c; in from_str2()
63 for (i, c) in seconds_str.chars().enumerate() { in new()
67 value[i] = c; in new()
74 if let Some(c) = std::char::from_digit(number, 10) { in new()
75 value[10 + i] = c; in new()
/xiu/library/container/mpegts/src/
H A Dcrc32.rs44 let c = result >> 8; in gen_crc32() localVariable
45 result = b ^ c; in gen_crc32()
/xiu/
H A DREADME_CN.md80 -c, --config <path> Specify the xiu server configuration file path.
123 xiu -c configuration_file_path
210 …ffmpeg -re -stream_loop -1 -i test.mp4 -c:a copy -c:v copy -f flv -flvflags no_duration_filesize r…
216 …ffmpeg -re -stream_loop -1 -i test.mp4 -c:v copy -c:a copy -rtsp_transport tcp -f rtsp rtsp:/…
220 …ffmpeg -re -stream_loop -1 -i test.mp4 -c:v copy -c:a copy -f rtsp rtsp://127.0.0.1:5544/liv…
H A DREADME.md83 -c, --config <path> Specify the xiu server configuration file path.
125 xiu -c configuration_file_path
222 …ffmpeg -re -stream_loop -1 -i test.mp4 -c:a copy -c:v copy -f flv -flvflags no_duration_filesize r…
228 …ffmpeg -re -stream_loop -1 -i test.mp4 -c:v copy -c:a copy -rtsp_transport tcp -f rtsp rtsp:/…
232 …ffmpeg -re -stream_loop -1 -i test.mp4 -c:v copy -c:a copy -f rtsp rtsp://127.0.0.1:5544/liv…
H A DLICENSE3 Copyright (c) 2020 HarlanC
/xiu/protocol/rtsp/src/sdp/
H A Dmod.rs187 let lines: Vec<&str> = raw_data.split(|c| c == '\r' || c == '\n').collect(); in unmarshal()
/xiu/application/xiu/
H A DREADME.md78 -c, --config <path> Specify the xiu server configuration file path.
120 xiu -c configuration_file_path
217 …ffmpeg -re -stream_loop -1 -i test.mp4 -c:a copy -c:v copy -f flv -flvflags no_duration_filesize r…
223 …ffmpeg -re -stream_loop -1 -i test.mp4 -c:v copy -c:a copy -rtsp_transport tcp -f rtsp rtsp:/…
227 …ffmpeg -re -stream_loop -1 -i test.mp4 -c:v copy -c:a copy -f rtsp rtsp://127.0.0.1:5544/liv…