Searched defs:RtmpRemuxerError (Results 1 – 3 of 3) sorted by relevance
| /xiu/protocol/rtmp/src/remuxer/ |
| H A D | errors.rs | 15 pub struct RtmpRemuxerError { struct 16 pub value: RtmpRemuxerErrorValue, argument 48 impl From<RecvError> for RtmpRemuxerError { implementation 56 impl From<SessionError> for RtmpRemuxerError { implementation 64 impl From<Amf0WriteError> for RtmpRemuxerError { implementation 72 impl From<MetadataError> for RtmpRemuxerError { implementation 80 impl From<BytesReadError> for RtmpRemuxerError { implementation 88 impl From<BytesWriteError> for RtmpRemuxerError { implementation 104 impl From<FlvMuxerError> for RtmpRemuxerError { implementation 112 impl From<ChannelError> for RtmpRemuxerError { implementation [all …]
|
| H A D | rtsp2rtmp.rs | 87 pub async fn run(&mut self) -> Result<(), RtmpRemuxerError> { in run() argument 95 pub async fn publish_rtmp(&mut self) -> Result<(), RtmpRemuxerError> { in publish_rtmp() argument 107 pub async fn unpublish_rtmp(&mut self) -> Result<(), RtmpRemuxerError> { in unpublish_rtmp() argument 118 pub async fn subscribe_rtsp(&mut self) -> Result<(), RtmpRemuxerError> { in subscribe_rtsp() argument 150 pub async fn unsubscribe_rtsp(&mut self) -> Result<(), RtmpRemuxerError> { in unsubscribe_rtsp() argument 174 pub async fn receive_rtsp_data(&mut self) -> Result<(), RtmpRemuxerError> { in receive_rtsp_data() argument 227 ) -> Result<(), RtmpRemuxerError> { in on_rtsp_audio() argument 262 ) -> Result<(), RtmpRemuxerError> { in on_rtsp_video() argument 342 fn gen_rtmp_meta_data(&self, width: u32, height: u32) -> Result<BytesMut, RtmpRemuxerError> { in gen_rtmp_meta_data() argument 362 ) -> Result<BytesMut, RtmpRemuxerError> { in gen_rtmp_video_seq_header() argument [all …]
|
| H A D | mod.rs | 25 pub async fn run(&mut self) -> Result<(), RtmpRemuxerError> { in run() argument
|