Home
last modified time | relevance | path

Searched refs:rtmp (Results 1 – 25 of 43) sorted by relevance

12

/xiu/protocol/rtmp/
H A DREADME.md3 This is a simple rtmp library for easy use and reading, you can build your own single rtmp server o…
14 use rtmp::{
16 rtmp::RtmpServer,
31 log::error!("rtmp server error: {}\n", err);
51 use rtmp::{
53 rtmp::RtmpServer,
93 // the local rtmp server
100 log::error!("rtmp server error: {}\n", err);
122 - Support rtmp pushlish and play
124 - Support rtmp relay pull and static push
[all …]
H A DCargo.toml2 name = "rtmp"
3 description = "rtmp library."
10 keywords = ["rtmp", "video", "streaming"]
/xiu/
H A DREADME_CN.md9 [![crates.io](https://img.shields.io/crates/d/rtmp.svg)](https://crates.io/crates/rtmp)
133 [rtmp]
138 [rtmp.pull]
144 [[rtmp.push]]
148 [[rtmp.push]]
253 [rtmp]
256 [[rtmp.push]]
263 [rtmp]
285 [rtmp]
292 [rtmp]
[all …]
H A DREADME.md9 [![crates.io](https://img.shields.io/crates/d/rtmp.svg)](https://crates.io/crates/rtmp)
135 [rtmp]
140 [rtmp.pull]
146 [[rtmp.push]]
150 [[rtmp.push]]
266 [rtmp]
269 [[rtmp.push]]
276 [rtmp]
299 [rtmp]
306 [rtmp]
[all …]
/xiu/protocol/hls/
H A DREADME.md9 Reference rtmp version v0.0.8
12 - clear ts ans m3u8 files when the rtmp streasm is interupted.
19 - Reference rtmp/xflv/mpegts new version.
24 - Reference rtmp new version v0.3.1.
H A DCargo.toml24 rtmp = { path = "../rtmp/" }
/xiu/application/xiu/
H A DREADME.md130 [rtmp]
135 [rtmp.pull]
141 [[rtmp.push]]
145 [[rtmp.push]]
261 [rtmp]
264 [[rtmp.push]]
271 [rtmp]
294 [rtmp]
301 [rtmp]
304 [rtmp.pull]
[all …]
H A DCargo.toml10 keywords = ["rtmp", "hls", "httpflv", "video", "streaming"]
31 rtmp = { path = "../../protocol/rtmp/" }
/xiu/protocol/httpflv/
H A DREADME.md7 - Reference rtmp v0.0.8
9 - Reference flv v0.1.0/rtmp v0.1.0
16 - Reference rtmp new version v0.3.1.
H A DCargo.toml23 rtmp = { path = "../rtmp/" } #"0.0.4"
/xiu/application/xiu/src/config/
H A Dconfig.toml5 [rtmp]
10 [rtmp.pull]
15 [[rtmp.push]]
19 [[rtmp.push]]
H A Dmod.rs10 pub rtmp: Option<RtmpConfig>, field
79 rtmp: rtmp_config, in new()
196 let rtmp = decoded.httpnotify; in test_toml_parse() localVariable
198 if let Some(val) = rtmp { in test_toml_parse()
H A Dconfig_rtmp.toml5 [rtmp]
/xiu/confs/online/
H A Drtmp.Cargo.toml2 name = "rtmp"
3 description = "rtmp library."
10 keywords = ["rtmp", "video", "streaming"]
H A Dstreamhub.Cargo.toml3 …escription = "It receives streams from publishers(rtmp/rtsp etc.) and send streams to subscribers(
H A Dxiu.Cargo.toml10 keywords = ["rtmp", "hls", "httpflv", "video", "streaming"]
31 rtmp = "0.4.2"
/xiu/confs/local/
H A Drtmp.Cargo.toml2 name = "rtmp"
3 description = "rtmp library."
10 keywords = ["rtmp", "video", "streaming"]
H A Dxiu.Cargo.toml10 keywords = ["rtmp", "hls", "httpflv", "video", "streaming"]
31 rtmp = { path = "../../protocol/rtmp/" }
H A Dpprtmp.Cargo.toml10 rtmp = { path = "../../protocol/rtmp/" }
H A Dhttpflv.Cargo.toml23 rtmp = { path = "../rtmp/" } #"0.0.4"
H A Dhls.Cargo.toml24 rtmp = { path = "../rtmp/" }
H A Dstreamhub.Cargo.toml3 …escription = "It receives streams from publishers(rtmp/rtsp etc.) and send streams to subscribers(
/xiu/library/streamhub/
H A DCargo.toml3 …escription = "It receives streams from publishers(rtmp/rtsp etc.) and send streams to subscribers(
/xiu/application/xiu/src/
H A Dlib.rs1 extern crate rtmp;
/xiu/protocol/httpflv/src/
H A Dlib.rs2 extern crate rtmp;

12