Searched refs:httpflv (Results 1 – 23 of 23) sorted by relevance
| /xiu/confs/online/ |
| H A D | httpflv.Cargo.toml | 2 name = "httpflv" 3 description = "httpflv library." 10 keywords = ["httpflv", "video", "streaming"]
|
| H A D | xiu.Cargo.toml | 10 keywords = ["rtmp", "hls", "httpflv", "video", "streaming"] 33 httpflv = "0.3.2"
|
| H A D | streamhub.Cargo.toml | 3 …ves streams from publishers(rtmp/rtsp etc.) and send streams to subscribers(rtmp/rtsp/httpflv/hls)"
|
| /xiu/confs/local/ |
| H A D | httpflv.Cargo.toml | 2 name = "httpflv" 3 description = "httpflv library." 10 keywords = ["httpflv", "video", "streaming"]
|
| H A D | xiu.Cargo.toml | 10 keywords = ["rtmp", "hls", "httpflv", "video", "streaming"] 34 httpflv = { path = "../../protocol/httpflv/" }
|
| H A D | streamhub.Cargo.toml | 3 …ves streams from publishers(rtmp/rtsp etc.) and send streams to subscribers(rtmp/rtsp/httpflv/hls)"
|
| /xiu/protocol/httpflv/ |
| H A D | Cargo.toml | 2 name = "httpflv" 3 description = "httpflv library." 10 keywords = ["httpflv", "video", "streaming"]
|
| H A D | README.md | 1 A httpflv library. 3 - Support remux RTMP stream to httpflv stream.
|
| /xiu/application/xiu/ |
| H A D | Cargo.toml | 10 keywords = ["rtmp", "hls", "httpflv", "video", "streaming"] 34 httpflv = { path = "../../protocol/httpflv/" }
|
| H A D | README.md | 13 …ue.svg)[](https://crates.io/crates/httpfl… 14 [](https://crates.io/crates/httpflv) 82 -f, --httpflv <port> Specify the HTTP-FLV listening port(e.g.:8080). 163 [httpflv] 200 config_rtmp_httpflv.toml //enable rtmp and httpflv 238 Use ffplay to play the rtmp/rtsp/httpflv/hls live stream:
|
| /xiu/protocol/httpflv/src/ |
| H A D | lib.rs | 6 pub mod httpflv; module
|
| H A D | server.rs | 2 super::httpflv::HttpFlv,
|
| /xiu/application/xiu/src/config/ |
| H A D | config_rtmp_httpflv_hls.toml | 20 [httpflv]
|
| H A D | config_rtmp_httpflv.toml | 12 [httpflv]
|
| H A D | mod.rs | 13 pub httpflv: Option<HttpFlvConfig>, field 82 httpflv: httpflv_config, in new()
|
| H A D | config.toml | 49 [httpflv]
|
| /xiu/ |
| H A D | Cargo.toml | 5 "protocol/httpflv",
|
| H A D | README_CN.md | 14 …ue.svg)[](https://crates.io/crates/httpfl… 15 [](https://crates.io/crates/httpflv) 84 -f, --httpflv <port> Specify the HTTP-FLV listening port(e.g.:8080). 160 [httpflv] 197 config_rtmp_httpflv.toml //打开 rtmp 和 httpflv 230 使用ffplay来播放 rtmp/rtsp/httpflv/hls协议的直播流:
|
| H A D | README.md | 14 …ue.svg)[](https://crates.io/crates/httpfl… 15 [](https://crates.io/crates/httpflv) 87 -f, --httpflv <port> Specify the HTTP-FLV listening port(e.g.:8080). 168 [httpflv] 205 config_rtmp_httpflv.toml //enable rtmp and httpflv 243 Use ffplay to play the rtmp/rtsp/httpflv/hls live stream:
|
| H A D | Cargo.lock | 1370 name = "httpflv" 3721 "httpflv",
|
| /xiu/confs/ |
| H A D | update_project_conf.sh | 16 cp ./$MODE/httpflv.Cargo.toml "../protocol/httpflv/Cargo.toml"
|
| /xiu/library/streamhub/ |
| H A D | Cargo.toml | 3 …ves streams from publishers(rtmp/rtsp etc.) and send streams to subscribers(rtmp/rtsp/httpflv/hls)"
|
| /xiu/application/xiu/src/ |
| H A D | service.rs | 10 httpflv::server as httpflv_server, 244 let httpflv_cfg = &self.cfg.httpflv; in start_httpflv()
|