Home
last modified time | relevance | path

Searched refs:rtsp (Results 1 – 17 of 17) sorted by relevance

/xiu/confs/online/
H A Dstreamhub.Cargo.toml3 …ption = "It receives streams from publishers(rtmp/rtsp etc.) and send streams to subscribers(rtmp/
H A Drtsp.Cargo.toml4 description = "A rtsp library."
/xiu/library/streamhub/
H A DCargo.toml3 …ption = "It receives streams from publishers(rtmp/rtsp etc.) and send streams to subscribers(rtmp/
/xiu/confs/local/
H A Dstreamhub.Cargo.toml3 …ption = "It receives streams from publishers(rtmp/rtsp etc.) and send streams to subscribers(rtmp/
H A Dxiu.Cargo.toml32 xrtsp = { path = "../../protocol/rtsp/" }
/xiu/protocol/rtsp/src/
H A Dlib.rs4 pub mod rtsp; module
/xiu/
H A DREADME_CN.md82 -t, --rtsp <port> Specify the rtsp listening port.(e.g.:554).
154 [rtsp]
216 …eam_loop -1 -i test.mp4 -c:v copy -c:a copy -rtsp_transport tcp -f rtsp rtsp://127.0.0.1:5544…
220 …ffmpeg -re -stream_loop -1 -i test.mp4 -c:v copy -c:a copy -f rtsp rtsp://127.0.0.1:5544/liv…
230 使用ffplay来播放 rtmp/rtsp/httpflv/hls协议的直播流:
233 ffplay -i rtsp://127.0.0.1:5544/live/test
234 ffplay -rtsp_transport tcp -i rtsp://127.0.0.1:5544/live/test
H A DCargo.toml7 "protocol/rtsp",
H A DREADME.md85 -t, --rtsp <port> Specify the rtsp listening port.(e.g.:554).
157 [rtsp]
228 …eam_loop -1 -i test.mp4 -c:v copy -c:a copy -rtsp_transport tcp -f rtsp rtsp://127.0.0.1:5544…
232 …ffmpeg -re -stream_loop -1 -i test.mp4 -c:v copy -c:a copy -f rtsp rtsp://127.0.0.1:5544/liv…
243 Use ffplay to play the rtmp/rtsp/httpflv/hls live stream:
246 ffplay -i rtsp://127.0.0.1:5544/live/test
247 ffplay -rtsp_transport tcp -i rtsp://127.0.0.1:5544/live/test
/xiu/protocol/rtsp/
H A DREADME.md1 A rtsp library.
/xiu/confs/
H A Dupdate_project_conf.sh18 cp ./$MODE/rtsp.Cargo.toml "../protocol/rtsp/Cargo.toml"
/xiu/application/xiu/
H A DREADME.md80 -t, --rtsp <port> Specify the rtsp listening port.(e.g.:554).
152 [rtsp]
223 …eam_loop -1 -i test.mp4 -c:v copy -c:a copy -rtsp_transport tcp -f rtsp rtsp://127.0.0.1:5544…
227 …ffmpeg -re -stream_loop -1 -i test.mp4 -c:v copy -c:a copy -f rtsp rtsp://127.0.0.1:5544/liv…
238 Use ffplay to play the rtmp/rtsp/httpflv/hls live stream:
241 ffplay -i rtsp://127.0.0.1:5544/live/test
242 ffplay -rtsp_transport tcp -i rtsp://127.0.0.1:5544/live/test
H A DCargo.toml32 xrtsp = { path = "../../protocol/rtsp/" }
/xiu/application/xiu/src/
H A Dservice.rs17 xrtsp::rtsp::RtspServer,
163 if let Some(rtsp_cfg_value) = &self.cfg.rtsp { in start_rtmp_remuxer()
196 let rtsp_cfg = &self.cfg.rtsp; in start_rtsp()
/xiu/application/xiu/src/config/
H A Dmod.rs11 pub rtsp: Option<RtspConfig>, field
80 rtsp: rtsp_config, in new()
H A Dconfig.toml35 [rtsp]
/xiu/protocol/rtmp/
H A DREADME.md163 - Support transferring from rtsp to rtmp.