Home
last modified time | relevance | path

Searched refs:pull (Results 1 – 7 of 7) sorted by relevance

/xiu/application/xiu/src/config/
H A Dconfig.toml9 # pull streams from other server node.
10 [rtmp.pull]
H A Dmod.rs35 pull: None, in new()
96 pub pull: Option<RtmpPullConfig>, field
/xiu/protocol/rtmp/
H A DREADME.md9 …You can use this library to push or pull RTMP streams , refer to the pprtmp example from xiu/appli…
77 //pull the rtmp stream from 192.168.0.3:1935 to local
79 log::info!("start rtmp pull client from address: {}", address);
88 log::error!("pull client error {}\n", err);
124 - Support rtmp relay pull and static push
/xiu/application/xiu/
H A DREADME.md103 - Using make online to pull the online crates codes and build:
134 # pull streams from other server node.
135 [rtmp.pull]
288 ##### Relay - Static pull
304 [rtmp.pull]
314 …ive stream to service 1, when you play the stream from serivce 2, it will pull the stream from ser…
328 Open issues if you have any problems. Star and pull requests are welcomed. Your stars can make this…
338 - Add a pull rtmp and push rtmp example: pprtmp.
/xiu/
H A DREADME.md108 - Using make online to pull the online crates codes and build:
139 # pull streams from other server node.
140 [rtmp.pull]
293 ##### Relay - Static pull
309 [rtmp.pull]
319 …ive stream to service 1, when you play the stream from serivce 2, it will pull the stream from ser…
334 Open issues if you have any problems. Star and pull requests are welcomed. Your stars can make this…
H A DREADME_CN.md137 # pull streams from other server node.
138 [rtmp.pull]
295 [rtmp.pull]
321 有任何问题请在issues提问,欢迎star和提pull request。你的关注可以让此项目走的更快更远。
/xiu/application/xiu/src/
H A Dservice.rs122 if let Some(pull_cfg_value) = &rtmp_cfg_value.pull { in start_rtmp()