Searched refs:hls (Results 1 – 21 of 21) sorted by relevance
| /xiu/confs/online/ |
| H A D | hls.Cargo.toml | 2 name = "hls" 3 description = "hls library." 10 keywords = ["hls", "video", "streaming"]
|
| H A D | xiu.Cargo.toml | 10 keywords = ["rtmp", "hls", "httpflv", "video", "streaming"] 34 hls = "0.4.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/protocol/hls/ |
| H A D | Cargo.toml | 2 name = "hls" 3 description = "hls library." 10 keywords = ["hls", "video", "streaming"]
|
| H A D | README.md | 1 A hls library. 3 Support remux RTMP stream to hls stream.
|
| /xiu/confs/local/ |
| H A D | hls.Cargo.toml | 2 name = "hls" 3 description = "hls library." 10 keywords = ["hls", "video", "streaming"]
|
| H A D | xiu.Cargo.toml | 10 keywords = ["rtmp", "hls", "httpflv", "video", "streaming"] 35 hls = { path = "../../protocol/hls/" }
|
| H A D | streamhub.Cargo.toml | 3 …ves streams from publishers(rtmp/rtsp etc.) and send streams to subscribers(rtmp/rtsp/httpflv/hls)"
|
| /xiu/application/xiu/ |
| H A D | Cargo.toml | 10 keywords = ["rtmp", "hls", "httpflv", "video", "streaming"] 35 hls = { path = "../../protocol/hls/" }
|
| H A D | README.md | 15 …:HLS-blue.svg)[](https://crates.io/crates/hls) 16 [](https://crates.io/crates/hls) 83 -s, --hls <port> Specify the HLS listening port(e.g.:8081). 170 [hls] 199 config_rtmp_hls.toml //enable rtmp and hls 238 Use ffplay to play the rtmp/rtsp/httpflv/hls live stream:
|
| /xiu/application/xiu/src/config/ |
| H A D | config_rtmp_hls.toml | 12 [hls]
|
| H A D | config_rtmp_httpflv_hls.toml | 13 [hls]
|
| H A D | mod.rs | 14 pub hls: Option<HlsConfig>, field 83 hls: hls_config, in new()
|
| H A D | config.toml | 56 [hls]
|
| /xiu/ |
| H A D | Cargo.toml | 6 "protocol/hls",
|
| H A D | README_CN.md | 16 …:HLS-blue.svg)[](https://crates.io/crates/hls) 17 [](https://crates.io/crates/hls) 85 -s, --hls <port> Specify the HLS listening port(e.g.:8081). 167 [hls] 196 config_rtmp_hls.toml //打开 rtmp 和 hls 230 使用ffplay来播放 rtmp/rtsp/httpflv/hls协议的直播流:
|
| H A D | README.md | 16 …:HLS-blue.svg)[](https://crates.io/crates/hls) 17 [](https://crates.io/crates/hls) 88 -s, --hls <port> Specify the HLS listening port(e.g.:8081). 175 [hls] 204 config_rtmp_hls.toml //enable rtmp and hls 243 Use ffplay to play the rtmp/rtsp/httpflv/hls live stream:
|
| H A D | Cargo.lock | 1281 name = "hls" 3720 "hls",
|
| /xiu/confs/ |
| H A D | update_project_conf.sh | 15 cp ./$MODE/hls.Cargo.toml "../protocol/hls/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 | 8 hls::remuxer::HlsRemuxer, 9 hls::server as hls_server, 264 let hls_cfg = &self.cfg.hls; in start_hls()
|