Home
last modified time | relevance | path

Searched refs:httpflv (Results 1 – 23 of 23) sorted by relevance

/xiu/confs/online/
H A Dhttpflv.Cargo.toml2 name = "httpflv"
3 description = "httpflv library."
10 keywords = ["httpflv", "video", "streaming"]
H A Dxiu.Cargo.toml10 keywords = ["rtmp", "hls", "httpflv", "video", "streaming"]
33 httpflv = "0.3.2"
H A Dstreamhub.Cargo.toml3 …ves streams from publishers(rtmp/rtsp etc.) and send streams to subscribers(rtmp/rtsp/httpflv/hls)"
/xiu/confs/local/
H A Dhttpflv.Cargo.toml2 name = "httpflv"
3 description = "httpflv library."
10 keywords = ["httpflv", "video", "streaming"]
H A Dxiu.Cargo.toml10 keywords = ["rtmp", "hls", "httpflv", "video", "streaming"]
34 httpflv = { path = "../../protocol/httpflv/" }
H A Dstreamhub.Cargo.toml3 …ves streams from publishers(rtmp/rtsp etc.) and send streams to subscribers(rtmp/rtsp/httpflv/hls)"
/xiu/protocol/httpflv/
H A DCargo.toml2 name = "httpflv"
3 description = "httpflv library."
10 keywords = ["httpflv", "video", "streaming"]
H A DREADME.md1 A httpflv library.
3 - Support remux RTMP stream to httpflv stream.
/xiu/application/xiu/
H A DCargo.toml10 keywords = ["rtmp", "hls", "httpflv", "video", "streaming"]
34 httpflv = { path = "../../protocol/httpflv/" }
H A DREADME.md13 …ue.svg)[![crates.io](https://img.shields.io/crates/v/httpflv.svg)](https://crates.io/crates/httpfl…
14 [![crates.io](https://img.shields.io/crates/d/httpflv.svg)](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 Dlib.rs6 pub mod httpflv; module
H A Dserver.rs2 super::httpflv::HttpFlv,
/xiu/application/xiu/src/config/
H A Dconfig_rtmp_httpflv_hls.toml20 [httpflv]
H A Dconfig_rtmp_httpflv.toml12 [httpflv]
H A Dmod.rs13 pub httpflv: Option<HttpFlvConfig>, field
82 httpflv: httpflv_config, in new()
H A Dconfig.toml49 [httpflv]
/xiu/
H A DCargo.toml5 "protocol/httpflv",
H A DREADME_CN.md14 …ue.svg)[![crates.io](https://img.shields.io/crates/v/httpflv.svg)](https://crates.io/crates/httpfl…
15 [![crates.io](https://img.shields.io/crates/d/httpflv.svg)](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 DREADME.md14 …ue.svg)[![crates.io](https://img.shields.io/crates/v/httpflv.svg)](https://crates.io/crates/httpfl…
15 [![crates.io](https://img.shields.io/crates/d/httpflv.svg)](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 DCargo.lock1370 name = "httpflv"
3721 "httpflv",
/xiu/confs/
H A Dupdate_project_conf.sh16 cp ./$MODE/httpflv.Cargo.toml "../protocol/httpflv/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.rs10 httpflv::server as httpflv_server,
244 let httpflv_cfg = &self.cfg.httpflv; in start_httpflv()