Searched refs:a (Results 1 – 14 of 14) sorted by relevance
| /xiu/library/container/mpegts/src/ |
| H A D | crc32.rs | 42 let a = result ^ i as u32; in gen_crc32() localVariable 43 let b = CRC32_TABLE[(a & 0xff) as usize]; in gen_crc32()
|
| /xiu/library/logger/ |
| H A D | Cargo.toml | 6 description = "a logger library."
|
| /xiu/confs/online/ |
| H A D | h264.Cargo.toml | 6 description = "a h264 decoder"
|
| /xiu/library/codec/h264/ |
| H A D | Cargo.toml | 6 description = "a h264 decoder"
|
| /xiu/confs/local/ |
| H A D | h264.Cargo.toml | 6 description = "a h264 decoder"
|
| /xiu/protocol/rtsp/src/ |
| H A D | rtsp_utils.rs | 32 if let (Some(a), Some(b), Some(c), _) = in test_scanf()
|
| /xiu/.github/ISSUE_TEMPLATE/ |
| H A D | bug_report.md | 3 about: Create a report to help us improve
|
| /xiu/library/bytesio/ |
| H A D | Cargo.toml | 6 description = "a network io library using tokio."
|
| /xiu/application/xiu/ |
| H A D | README.md | 28 Xiu is a simple,high performance and secure live media server written in pure Rust, it now supports… 44 - [x] Support configuring the service using command line or a configuration file. 214 - Use OBS to push a live rtmp stream 215 - Or use FFmpeg to push a rtmp stream: 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… 337 - Add a http-server for testing http notify. 338 - Add a pull rtmp and push rtmp example: pprtmp.
|
| /xiu/ |
| H A D | README.md | 33 Xiu is a simple,high performance and secure live media server written in pure Rust, it now supports… 49 - [x] Support configuring the service using command line or a configuration file. 219 - Use OBS to push a live rtmp stream 220 - Or use FFmpeg to push a rtmp stream: 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 | 5 Permission is hereby granted, free of charge, to any person obtaining a copy
|
| H A D | README_CN.md | 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…
|
| /xiu/protocol/rtmp/ |
| H A D | README.md | 3 This is a simple rtmp library for easy use and reading, you can build your own single rtmp server o…
|
| /xiu/protocol/rtsp/src/session/ |
| H A D | mod.rs | 137 Some(a) => { in run() 138 if self.reader.len() < a.length as usize { in run() 142 self.on_rtp_over_rtsp_message(a.channel_identifier, a.length as usize) in run()
|