Home
last modified time | relevance | path

Searched refs:subscribe_from_rtmp_channels (Results 1 – 2 of 2) sorted by relevance

/xiu/protocol/hls/src/
H A Dflv_data_receiver.rs55 self.subscribe_from_rtmp_channels(self.app_name.clone(), self.stream_name.clone()) in run()
95 pub async fn subscribe_from_rtmp_channels( in subscribe_from_rtmp_channels() method
/xiu/protocol/httpflv/src/
H A Dhttpflv.rs65 self.subscribe_from_rtmp_channels().await?; in run()
166 pub async fn subscribe_from_rtmp_channels(&mut self) -> Result<(), HttpFLvError> { in subscribe_from_rtmp_channels() method