Home
last modified time | relevance | path

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

/xiu/protocol/hls/src/
H A Derrors.rs113 pub struct HlsError { struct
114 pub value: HlsErrorValue, argument
140 impl From<RecvError> for HlsError { implementation
148 impl From<MediaError> for HlsError { implementation
156 impl From<SessionError> for HlsError { implementation
164 impl From<FlvDemuxerError> for HlsError { implementation
172 impl From<Amf0WriteError> for HlsError { implementation
180 impl From<MetadataError> for HlsError { implementation
188 impl From<ChannelError> for HlsError { implementation
196 impl From<OneshotRecvError> for HlsError { implementation
[all …]
H A Dflv_data_receiver.rs54 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
141 pub async fn unsubscribe_from_rtmp_channels(&mut self) -> Result<(), HlsError> { in unsubscribe_from_rtmp_channels() argument
H A Dremuxer.rs28 pub async fn run(&mut self) -> Result<(), HlsError> { in run() argument