| /xiu/protocol/rtmp/src/session/ |
| H A D | errors.rs | 22 pub value: SessionErrorValue, 26 pub enum SessionErrorValue { enum 87 value: SessionErrorValue::Amf0WriteError(error), in from() 111 value: SessionErrorValue::UnPackError(error), in from() 119 value: SessionErrorValue::MessageError(error), in from() 143 value: SessionErrorValue::NetStreamError(error), in from() 159 value: SessionErrorValue::BytesIOError(error), in from() 167 value: SessionErrorValue::PackError(error), in from() 183 value: SessionErrorValue::CacheError(error), in from() 191 value: SessionErrorValue::RecvError(error), in from() [all …]
|
| H A D | common.rs | 7 errors::{SessionError, SessionErrorValue}, 103 value: SessionErrorValue::NoMediaDataReceived, in send_channel_data() 183 value: SessionErrorValue::SendFrameDataErr, in on_video_data() 210 value: SessionErrorValue::SendFrameDataErr, in on_audio_data() 236 value: SessionErrorValue::SendFrameDataErr, in on_meta_data() 324 value: SessionErrorValue::StreamHubEventSendErr, in subscribe_from_channels() 381 value: SessionErrorValue::StreamHubEventSendErr, in publish_to_channels() 417 value: SessionErrorValue::StreamHubEventSendErr, in unpublish_to_channels()
|
| H A D | server_session.rs | 8 errors::{SessionError, SessionErrorValue}, 172 value: SessionErrorValue::BytesIOError(err), in read_parse_chunks() 455 value: SessionErrorValue::NoAppName, in on_connect() 673 value: SessionErrorValue::Amf0ValueCountNotCorrect, in on_publish() 681 value: SessionErrorValue::Amf0ValueCountNotCorrect, in on_publish() 697 value: SessionErrorValue::Amf0ValueCountNotCorrect, in on_publish()
|
| H A D | client_session.rs | 8 errors::{SessionError, SessionErrorValue}, 327 value: SessionErrorValue::Amf0ValueCountNotCorrect, in on_amf0_command_message()
|
| /xiu/protocol/rtsp/src/session/ |
| H A D | errors.rs | 14 pub value: SessionErrorValue, 18 pub enum SessionErrorValue { enum 46 value: SessionErrorValue::BytesIOError(error), in from() 54 value: SessionErrorValue::BytesReadError(error), in from() 62 value: SessionErrorValue::BytesWriteError(error), in from() 70 value: SessionErrorValue::Utf8Error(error), in from() 78 value: SessionErrorValue::PackerError(error), in from() 86 value: SessionErrorValue::UnPackerError(error), in from() 94 value: SessionErrorValue::ChannelError(error), in from() 102 value: SessionErrorValue::RecvError(error), in from()
|
| H A D | mod.rs | 29 use errors::SessionErrorValue; 243 value: SessionErrorValue::StreamHubEventSendErr, in handle_describe() 291 value: SessionErrorValue::StreamHubEventSendErr, in handle_announce() 476 value: SessionErrorValue::StreamHubEventSendErr, in handle_play() 523 value: SessionErrorValue::CannotReceiveFrameData, in handle_play() 577 value: SessionErrorValue::StreamHubEventSendErr, in handle_teardown()
|
| /xiu/protocol/webrtc/src/session/ |
| H A D | errors.rs | 14 pub value: SessionErrorValue, 18 pub enum SessionErrorValue { enum 52 value: SessionErrorValue::RTCError(error), in from() 60 value: SessionErrorValue::BytesIOError(error), in from() 68 value: SessionErrorValue::BytesReadError(error), in from() 76 value: SessionErrorValue::BytesWriteError(error), in from() 84 value: SessionErrorValue::Utf8Error(error), in from() 92 value: SessionErrorValue::ChannelError(error), in from() 100 value: SessionErrorValue::RecvError(error), in from()
|
| H A D | mod.rs | 33 use errors::SessionErrorValue; 129 value: errors::SessionErrorValue::HttpRequestPathError, in run() 145 value: errors::SessionErrorValue::HttpRequestEmptySdp, in run() 174 value: errors::SessionErrorValue::HttpRequestNotSupported, in run() 223 value: errors::SessionErrorValue::HttpRequestNotSupported, in run() 267 value: SessionErrorValue::StreamHubEventSendErr, in publish_whip() 314 value: SessionErrorValue::StreamHubEventSendErr, in unpublish_whip() 343 value: SessionErrorValue::StreamHubEventSendErr, in subscribe_whep() 427 value: SessionErrorValue::StreamHubEventSendErr, in unsubscribe_whep()
|
| /xiu/protocol/hls/src/ |
| H A D | flv_data_receiver.rs | 8 rtmp::session::errors::{SessionError, SessionErrorValue}, 127 value: SessionErrorValue::StreamHubEventSendErr, in subscribe_from_rtmp_channels()
|
| /xiu/protocol/httpflv/src/ |
| H A D | httpflv.rs | 9 session::errors::{SessionError, SessionErrorValue}, 193 value: SessionErrorValue::SendFrameDataErr, in subscribe_from_rtmp_channels()
|