Searched refs:rtsp (Results 1 – 17 of 17) sorted by relevance
3 …ption = "It receives streams from publishers(rtmp/rtsp etc.) and send streams to subscribers(rtmp/…
4 description = "A rtsp library."
32 xrtsp = { path = "../../protocol/rtsp/" }
4 pub mod rtsp; module
82 -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/test234 ffplay -rtsp_transport tcp -i rtsp://127.0.0.1:5544/live/test
7 "protocol/rtsp",
85 -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/test247 ffplay -rtsp_transport tcp -i rtsp://127.0.0.1:5544/live/test
1 A rtsp library.
18 cp ./$MODE/rtsp.Cargo.toml "../protocol/rtsp/Cargo.toml"
80 -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/test242 ffplay -rtsp_transport tcp -i rtsp://127.0.0.1:5544/live/test
17 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()
11 pub rtsp: Option<RtspConfig>, field80 rtsp: rtsp_config, in new()
35 [rtsp]
163 - Support transferring from rtsp to rtmp.