Searched refs:subscribe_from_rtmp_channels (Results 1 – 2 of 2) sorted by relevance
55 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
65 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