Home
last modified time | relevance | path

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

/xiu/protocol/rtmp/src/remuxer/
H A Derrors.rs15 pub struct RtmpRemuxerError { struct
50 RtmpRemuxerError { in from()
58 RtmpRemuxerError { in from()
66 RtmpRemuxerError { in from()
74 RtmpRemuxerError { in from()
82 RtmpRemuxerError { in from()
90 RtmpRemuxerError { in from()
98 RtmpRemuxerError { in from()
106 RtmpRemuxerError { in from()
114 RtmpRemuxerError { in from()
[all …]
H A Drtsp2rtmp.rs19 use super::errors::{RtmpRemuxerError, RtmpRemuxerErrorValue};
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
140 return Err(RtmpRemuxerError { in subscribe_rtsp()
150 pub async fn unsubscribe_rtsp(&mut self) -> Result<(), RtmpRemuxerError> { in unsubscribe_rtsp() argument
227 ) -> Result<(), RtmpRemuxerError> { in on_rtsp_audio() argument
262 ) -> Result<(), RtmpRemuxerError> { in on_rtsp_video() argument
362 ) -> Result<BytesMut, RtmpRemuxerError> { in gen_rtmp_video_seq_header() argument
[all …]
H A Dmod.rs9 use self::{errors::RtmpRemuxerError, rtsp2rtmp::Rtsp2RtmpRemuxerSession};
25 pub async fn run(&mut self) -> Result<(), RtmpRemuxerError> { in run() argument