Home
last modified time | relevance | path

Searched refs:hls (Results 1 – 21 of 21) sorted by relevance

/xiu/confs/online/
H A Dhls.Cargo.toml2 name = "hls"
3 description = "hls library."
10 keywords = ["hls", "video", "streaming"]
H A Dxiu.Cargo.toml10 keywords = ["rtmp", "hls", "httpflv", "video", "streaming"]
34 hls = "0.4.2"
H A Dstreamhub.Cargo.toml3 …ves streams from publishers(rtmp/rtsp etc.) and send streams to subscribers(rtmp/rtsp/httpflv/hls)"
/xiu/protocol/hls/
H A DCargo.toml2 name = "hls"
3 description = "hls library."
10 keywords = ["hls", "video", "streaming"]
H A DREADME.md1 A hls library.
3 Support remux RTMP stream to hls stream.
/xiu/confs/local/
H A Dhls.Cargo.toml2 name = "hls"
3 description = "hls library."
10 keywords = ["hls", "video", "streaming"]
H A Dxiu.Cargo.toml10 keywords = ["rtmp", "hls", "httpflv", "video", "streaming"]
35 hls = { path = "../../protocol/hls/" }
H A Dstreamhub.Cargo.toml3 …ves streams from publishers(rtmp/rtsp etc.) and send streams to subscribers(rtmp/rtsp/httpflv/hls)"
/xiu/application/xiu/
H A DCargo.toml10 keywords = ["rtmp", "hls", "httpflv", "video", "streaming"]
35 hls = { path = "../../protocol/hls/" }
H A DREADME.md15 …:HLS-blue.svg)[![crates.io](https://img.shields.io/crates/v/hls.svg)](https://crates.io/crates/hls)
16 [![crates.io](https://img.shields.io/crates/d/hls.svg)](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 Dconfig_rtmp_hls.toml12 [hls]
H A Dconfig_rtmp_httpflv_hls.toml13 [hls]
H A Dmod.rs14 pub hls: Option<HlsConfig>, field
83 hls: hls_config, in new()
H A Dconfig.toml56 [hls]
/xiu/
H A DCargo.toml6 "protocol/hls",
H A DREADME_CN.md16 …:HLS-blue.svg)[![crates.io](https://img.shields.io/crates/v/hls.svg)](https://crates.io/crates/hls)
17 [![crates.io](https://img.shields.io/crates/d/hls.svg)](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 DREADME.md16 …:HLS-blue.svg)[![crates.io](https://img.shields.io/crates/v/hls.svg)](https://crates.io/crates/hls)
17 [![crates.io](https://img.shields.io/crates/d/hls.svg)](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 DCargo.lock1281 name = "hls"
3720 "hls",
/xiu/confs/
H A Dupdate_project_conf.sh15 cp ./$MODE/hls.Cargo.toml "../protocol/hls/Cargo.toml"
/xiu/library/streamhub/
H A DCargo.toml3 …ves streams from publishers(rtmp/rtsp etc.) and send streams to subscribers(rtmp/rtsp/httpflv/hls)"
/xiu/application/xiu/src/
H A Dservice.rs8 hls::remuxer::HlsRemuxer,
9 hls::server as hls_server,
264 let hls_cfg = &self.cfg.hls; in start_hls()