Searched refs:c (Results 1 – 9 of 9) sorted by relevance
| /xiu/protocol/rtsp/src/ |
| H A D | rtsp_utils.rs | 32 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 D | rtsp_range.rs | 57 rtsp_utils::scanf!(range_time, |c| c == ':' || c == '.', i64, i64, i64, i64) in unmarshal()
|
| /xiu/library/streamhub/src/ |
| H A D | utils.rs | 45 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 D | crc32.rs | 44 let c = result >> 8; in gen_crc32() localVariable 45 result = b ^ c; in gen_crc32()
|
| /xiu/ |
| H A D | README_CN.md | 80 -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 D | README.md | 83 -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 D | LICENSE | 3 Copyright (c) 2020 HarlanC
|
| /xiu/protocol/rtsp/src/sdp/ |
| H A D | mod.rs | 187 let lines: Vec<&str> = raw_data.split(|c| c == '\r' || c == '\n').collect(); in unmarshal()
|
| /xiu/application/xiu/ |
| H A D | README.md | 78 -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…
|