Searched refs:HlsError (Results 1 – 3 of 3) sorted by relevance
| /xiu/protocol/hls/src/ |
| H A D | errors.rs | 113 pub struct HlsError { struct 140 impl From<RecvError> for HlsError { implementation 142 HlsError { in from() 150 HlsError { in from() 158 HlsError { in from() 166 HlsError { in from() 174 HlsError { in from() 182 HlsError { in from() 190 HlsError { in from() 198 HlsError { in from() [all …]
|
| H A D | flv_data_receiver.rs | 5 errors::{HlsError, HlsErrorValue}, 54 pub async fn run(&mut self) -> Result<(), HlsError> { in run() argument 62 pub async fn receive_flv_data(&mut self) -> Result<(), HlsError> { in receive_flv_data() argument 91 pub fn flush_response_data(&mut self) -> Result<(), HlsError> { in flush_response_data() argument 99 ) -> Result<(), HlsError> { in subscribe_from_rtmp_channels() argument 129 return Err(HlsError { in subscribe_from_rtmp_channels() 141 pub async fn unsubscribe_from_rtmp_channels(&mut self) -> Result<(), HlsError> { in unsubscribe_from_rtmp_channels() argument
|
| H A D | remuxer.rs | 2 super::{errors::HlsError, flv_data_receiver::FlvDataReceiver}, 28 pub async fn run(&mut self) -> Result<(), HlsError> { in run() argument
|