Home
last modified time | relevance | path

Searched refs:error (Results 1 – 25 of 63) sorted by relevance

123

/xiu/protocol/hls/src/
H A Derrors.rs8 tokio::sync::broadcast::error::RecvError,
50 fn from(error: SessionError) -> Self { in from()
58 fn from(error: FlvDemuxerError) -> Self { in from()
66 fn from(error: MpegTsError) -> Self { in from()
74 fn from(error: Amf0WriteError) -> Self { in from()
82 fn from(error: MetadataError) -> Self { in from()
90 fn from(error: std::io::Error) -> Self { in from()
141 fn from(error: RecvError) -> Self { in from()
149 fn from(error: MediaError) -> Self { in from()
157 fn from(error: SessionError) -> Self { in from()
[all …]
/xiu/protocol/rtmp/src/remuxer/
H A Derrors.rs9 tokio::sync::broadcast::error::RecvError,
49 fn from(error: RecvError) -> Self { in from()
57 fn from(error: SessionError) -> Self { in from()
65 fn from(error: Amf0WriteError) -> Self { in from()
73 fn from(error: MetadataError) -> Self { in from()
81 fn from(error: BytesReadError) -> Self { in from()
89 fn from(error: BytesWriteError) -> Self { in from()
97 fn from(error: Mpeg4AvcHevcError) -> Self { in from()
105 fn from(error: FlvMuxerError) -> Self { in from()
113 fn from(error: ChannelError) -> Self { in from()
[all …]
/xiu/protocol/rtmp/src/session/
H A Derrors.rs17 tokio::sync::oneshot::error::RecvError,
85 fn from(error: Amf0WriteError) -> Self { in from()
93 fn from(error: BytesWriteError) -> Self { in from()
109 fn from(error: UnpackError) -> Self { in from()
117 fn from(error: MessageError) -> Self { in from()
141 fn from(error: NetStreamError) -> Self { in from()
157 fn from(error: BytesIOError) -> Self { in from()
165 fn from(error: PackError) -> Self { in from()
181 fn from(error: CacheError) -> Self { in from()
189 fn from(error: RecvError) -> Self { in from()
[all …]
/xiu/protocol/rtsp/src/session/
H A Derrors.rs9 tokio::sync::oneshot::error::RecvError,
44 fn from(error: BytesIOError) -> Self { in from()
52 fn from(error: BytesReadError) -> Self { in from()
60 fn from(error: BytesWriteError) -> Self { in from()
68 fn from(error: Utf8Error) -> Self { in from()
70 value: SessionErrorValue::Utf8Error(error), in from()
76 fn from(error: PackerError) -> Self { in from()
84 fn from(error: UnPackerError) -> Self { in from()
92 fn from(error: ChannelError) -> Self { in from()
100 fn from(error: RecvError) -> Self { in from()
[all …]
/xiu/protocol/httpflv/src/
H A Derrors.rs10 tokio::sync::oneshot::error::RecvError,
52 fn from(error: SessionError) -> Self { in from()
54 value: HttpFLvErrorValue::SessionError(error), in from()
60 fn from(error: FlvMuxerError) -> Self { in from()
62 value: HttpFLvErrorValue::MuxerError(error), in from()
68 fn from(error: SendError) -> Self { in from()
76 fn from(error: Amf0WriteError) -> Self { in from()
84 fn from(error: MetadataError) -> Self { in from()
92 fn from(error: ChannelError) -> Self { in from()
100 fn from(error: RecvError) -> Self { in from()
[all …]
/xiu/protocol/webrtc/src/session/
H A Derrors.rs8 tokio::sync::oneshot::error::RecvError,
9 webrtc::error::Error as RTCError,
50 fn from(error: RTCError) -> Self { in from()
52 value: SessionErrorValue::RTCError(error), in from()
58 fn from(error: BytesIOError) -> Self { in from()
66 fn from(error: BytesReadError) -> Self { in from()
74 fn from(error: BytesWriteError) -> Self { in from()
82 fn from(error: Utf8Error) -> Self { in from()
84 value: SessionErrorValue::Utf8Error(error), in from()
90 fn from(error: ChannelError) -> Self { in from()
[all …]
/xiu/library/container/flv/src/
H A Derrors.rs24 fn from(error: BytesReadError) -> Self { in from()
60 fn from(error: BytesWriteError) -> Self { in from()
103 fn from(error: BytesWriteError) -> Self { in from()
111 fn from(error: BytesReadError) -> Self { in from()
127 fn from(error: MpegAacError) -> Self { in from()
173 fn from(error: BytesReadError) -> Self { in from()
181 fn from(error: BytesWriteError) -> Self { in from()
189 fn from(error: H264Error) -> Self { in from()
218 fn from(error: BytesReadError) -> Self { in from()
226 fn from(error: BytesWriteError) -> Self { in from()
[all …]
/xiu/protocol/rtmp/src/cache/
H A Derrors.rs37 fn from(error: FlvDemuxerError) -> Self { in from()
39 value: CacheErrorValue::DemuxerError(error), in from()
45 fn from(error: H264Error) -> Self { in from()
47 value: CacheErrorValue::H264Error(error), in from()
53 fn from(error: MpegAacError) -> Self { in from()
55 value: CacheErrorValue::MpegAacError(error), in from()
61 fn from(error: Mpeg4AvcHevcError) -> Self { in from()
69 fn from(error: BytesReadError) -> Self { in from()
77 fn from(error: PackError) -> Self { in from()
79 value: CacheErrorValue::PackError(error), in from()
[all …]
/xiu/protocol/rtmp/src/handshake/
H A Derrors.rs26 fn from(error: Error) -> Self { in from()
28 value: HandshakeErrorValue::IOError(error), in from()
45 fn from(error: BytesReadError) -> Self { in from()
47 value: HandshakeErrorValue::BytesReadError(error), in from()
53 fn from(error: BytesWriteError) -> Self { in from()
61 fn from(error: SystemTimeError) -> Self { in from()
63 value: HandshakeErrorValue::SysTimeError(error), in from()
69 fn from(error: DigestError) -> Self { in from()
71 value: HandshakeErrorValue::DigestError(error), in from()
110 fn from(error: BytesReadError) -> Self { in from()
[all …]
/xiu/protocol/rtmp/src/messages/
H A Derrors.rs40 fn from(error: BytesReadError) -> Self { in from()
42 value: MessageErrorValue::BytesReadError(error), in from()
48 fn from(error: Amf0ReadError) -> Self { in from()
50 value: MessageErrorValue::Amf0ReadError(error), in from()
56 fn from(error: ProtocolControlMessageReaderError) -> Self { in from()
58 value: MessageErrorValue::ProtocolControlMessageReaderError(error), in from()
64 fn from(error: EventMessagesError) -> Self { in from()
66 value: MessageErrorValue::EventMessagesError(error), in from()
/xiu/protocol/rtsp/src/rtp/
H A Derrors.rs39 fn from(error: BytesReadError) -> Self { in from()
41 value: PackerErrorValue::BytesReadError(error), in from()
47 fn from(error: BytesWriteError) -> Self { in from()
49 value: PackerErrorValue::BytesWriteError(error), in from()
68 fn from(error: BytesReadError) -> Self { in from()
70 value: UnPackerErrorValue::BytesReadError(error), in from()
76 fn from(error: BytesWriteError) -> Self { in from()
78 value: UnPackerErrorValue::BytesWriteError(error), in from()
/xiu/protocol/rtmp/src/netconnection/
H A Derrors.rs25 fn from(error: Amf0WriteError) -> Self { in from()
27 value: NetConnectionErrorValue::Amf0WriteError(error), in from()
33 fn from(error: Amf0ReadError) -> Self { in from()
35 value: NetConnectionErrorValue::Amf0ReadError(error), in from()
41 fn from(error: PackError) -> Self { in from()
43 value: NetConnectionErrorValue::PackError(error), in from()
/xiu/protocol/rtmp/src/amf0/
H A Derrors.rs27 fn from(error: string::FromUtf8Error) -> Self { in from()
29 value: Amf0ReadErrorValue::StringParseError(error), in from()
35 fn from(error: BytesReadError) -> Self { in from()
37 value: Amf0ReadErrorValue::BytesReadError(error), in from()
58 fn from(error: io::Error) -> Self { in from()
60 value: Amf0WriteErrorValue::BufferWriteError(error), in from()
66 fn from(error: BytesWriteError) -> Self { in from()
68 value: Amf0WriteErrorValue::BytesWriteError(error), in from()
/xiu/protocol/rtmp/src/relay/
H A Derrors.rs4 tokio::sync::broadcast::error::RecvError,
30 fn from(error: Error) -> Self { in from()
32 value: PushClientErrorValue::IOError(error), in from()
38 fn from(error: RecvError) -> Self { in from()
40 value: PushClientErrorValue::ReceiveError(error), in from()
/xiu/protocol/rtmp/src/user_control_messages/
H A Derrors.rs26 fn from(error: Amf0WriteError) -> Self { in from()
28 value: EventMessagesErrorValue::Amf0WriteError(error), in from()
34 fn from(error: BytesWriteError) -> Self { in from()
36 value: EventMessagesErrorValue::BytesWriteError(error), in from()
42 fn from(error: BytesReadError) -> Self { in from()
44 value: EventMessagesErrorValue::BytesReadError(error), in from()
/xiu/library/container/mpegts/src/
H A Derrors.rs37 fn from(error: BytesReadError) -> Self { in from()
39 value: MpegTsErrorValue::BytesReadError(error), in from()
45 fn from(error: BytesWriteError) -> Self { in from()
47 value: MpegTsErrorValue::BytesWriteError(error), in from()
53 fn from(error: Error) -> Self { in from()
55 value: MpegTsErrorValue::IOError(error), in from()
/xiu/library/bytesio/src/
H A Dbytes_errors.rs36 fn from(error: io::Error) -> Self { in from()
38 value: BytesReadErrorValue::IO(error), in from()
44 fn from(error: BytesIOError) -> Self { in from()
46 value: BytesReadErrorValue::BytesIOError(error), in from()
77 fn from(error: io::Error) -> Self { in from()
79 value: BytesWriteErrorValue::IO(error), in from()
85 fn from(error: BytesIOError) -> Self { in from()
87 value: BytesWriteErrorValue::BytesIOError(error), in from()
H A Dbits_errors.rs31 fn from(error: BytesReadError) -> Self { in from()
33 value: BitErrorValue::BytesReadError(error), in from()
39 fn from(error: BytesWriteError) -> Self { in from()
41 value: BitErrorValue::BytesWriteError(error), in from()
/xiu/protocol/rtsp/src/rtp/rtcp/
H A Derrors.rs19 fn from(error: BytesReadError) -> Self { in from()
21 value: RtcpErrorValue::BytesReadError(error), in from()
27 fn from(error: BytesWriteError) -> Self { in from()
29 value: RtcpErrorValue::BytesWriteError(error), in from()
/xiu/protocol/webrtc/src/
H A Derrors.rs4 webrtc::error::Error as RTCError,
24 fn from(error: RTCError) -> Self { in from()
26 value: WebRTCErrorValue::RTCError(error), in from()
32 fn from(error: RTCUtilError) -> Self { in from()
34 value: WebRTCErrorValue::RTCUtilError(error), in from()
/xiu/protocol/rtmp/src/netstream/
H A Derrors.rs23 fn from(error: Amf0WriteError) -> Self { in from()
25 value: NetStreamErrorValue::Amf0WriteError(error), in from()
31 fn from(error: PackError) -> Self { in from()
33 value: NetStreamErrorValue::PackError(error), in from()
/xiu/library/streamhub/src/
H A Derrors.rs51 fn from(error: BytesReadError) -> Self { in from()
53 value: ChannelErrorValue::BytesReadError(error), in from()
59 fn from(error: BytesWriteError) -> Self { in from()
61 value: ChannelErrorValue::BytesWriteError(error), in from()
/xiu/protocol/rtmp/
H A DREADME.md31 log::error!("rtmp server error: {}\n", err);
72 log::error!("push client error {}\n", err);
88 log::error!("pull client error {}\n", err);
100 log::error!("rtmp server error: {}\n", err);
144 - Fix overflow error.[#17]
148 - Fix handshake error.[#23]
158 - Fix error that cannot receive rtmp stream pushed from GStreamer.
/xiu/protocol/rtmp/src/protocol_control_messages/
H A Derrors.rs20 fn from(error: BytesWriteError) -> Self { in from()
22 value: ControlMessagesErrorValue::BytesWriteError(error), in from()
55 fn from(error: BytesReadError) -> Self { in from()
57 value: ProtocolControlMessageReaderErrorValue::BytesReadError(error), in from()
/xiu/library/streamhub/src/notify/
H A Dmod.rs35 log::error!("on_publish error: {}", err); in on_publish_notify()
54 log::error!("on_unpublish error: {}", err); in on_unpublish_notify()
73 log::error!("on_play error: {}", err); in on_play_notify()
92 log::error!("on_stop error: {}", err); in on_stop_notify()

123