Home
last modified time | relevance | path

Searched refs:HlsError (Results 1 – 3 of 3) sorted by relevance

/xiu/protocol/hls/src/
H A Derrors.rs113 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 Dflv_data_receiver.rs5 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 Dremuxer.rs2 super::{errors::HlsError, flv_data_receiver::FlvDataReceiver},
28 pub async fn run(&mut self) -> Result<(), HlsError> { in run() argument