Home
last modified time | relevance | path

Searched refs:a (Results 1 – 14 of 14) sorted by relevance

/xiu/library/container/mpegts/src/
H A Dcrc32.rs42 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 DCargo.toml6 description = "a logger library."
/xiu/confs/online/
H A Dh264.Cargo.toml6 description = "a h264 decoder"
/xiu/library/codec/h264/
H A DCargo.toml6 description = "a h264 decoder"
/xiu/confs/local/
H A Dh264.Cargo.toml6 description = "a h264 decoder"
/xiu/protocol/rtsp/src/
H A Drtsp_utils.rs32 if let (Some(a), Some(b), Some(c), _) = in test_scanf()
/xiu/.github/ISSUE_TEMPLATE/
H A Dbug_report.md3 about: Create a report to help us improve
/xiu/library/bytesio/
H A DCargo.toml6 description = "a network io library using tokio."
/xiu/application/xiu/
H A DREADME.md28 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 DREADME.md33 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 DLICENSE5 Permission is hereby granted, free of charge, to any person obtaining a copy
H A DREADME_CN.md210 …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 DREADME.md3 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 Dmod.rs137 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()