Home
last modified time | relevance | path

Searched refs:sub_type (Results 1 – 8 of 8) sorted by relevance

/xiu/protocol/hls/src/
H A Dflv_data_receiver.rs103 sub_type: SubscribeType::GenerateHls, in subscribe_from_rtmp_channels()
144 sub_type: SubscribeType::PlayerHls, in unsubscribe_from_rtmp_channels()
/xiu/library/streamhub/src/
H A Ddefine.rs64 pub sub_type: SubscribeType, field
78 state.serialize_field("sub_type", &self.sub_type)?; in serialize()
179 sub_type: SubscribeType, in send_prior_data()
H A Dlib.rs174 .send_prior_data(sender.clone(), info.sub_type) in receive_event_loop()
193 TransmitterEvent::UnSubscribe { info } => match info.sub_type { in receive_event_loop()
/xiu/protocol/httpflv/src/
H A Dhttpflv.rs142 sub_type: SubscribeType::PlayerHttpFlv, in unsubscribe_from_rtmp_channels()
169 sub_type: SubscribeType::PlayerHttpFlv, in subscribe_from_rtmp_channels()
/xiu/protocol/rtmp/src/session/
H A Dcommon.rs253 let sub_type = match self.session_type { in get_subscriber_info() localVariable
262 sub_type, in get_subscriber_info()
487 sub_type: SubscribeType, in send_prior_data()
513 match sub_type { in send_prior_data()
/xiu/protocol/rtmp/src/remuxer/
H A Drtsp2rtmp.rs123 sub_type: SubscribeType::PlayerRtmp, in subscribe_rtsp()
153 sub_type: SubscribeType::PlayerRtsp, in unsubscribe_rtsp()
/xiu/protocol/rtsp/src/session/
H A Dmod.rs670 sub_type: SubscribeType::PlayerRtsp, in get_subscriber_info()
726 sub_type: SubscribeType, in send_prior_data()
736 match sub_type { in send_prior_data()
/xiu/protocol/webrtc/src/session/
H A Dmod.rs442 sub_type: SubscribeType::PlayerWebrtc, in get_subscriber_info()