Home
last modified time | relevance | path

Searched refs:None (Results 1 – 25 of 31) sorted by relevance

12

/xiu/application/xiu/src/
H A Dmain.rs130 None => 0, in main()
135 None => 0, in main()
140 None => 0, in main()
145 None => 0, in main()
149 None => 0, in main()
153 None => String::from("info"), in main()
175 (None, None) in main()
178 (None, None) in main()
182 Logger::new(&String::from("info"), None, None)? in main()
H A Dservice.rs33 None in run()
43 None in run()
/xiu/application/xiu/src/config/
H A Dmod.rs29 let mut rtmp_config: Option<RtmpConfig> = None; in new()
35 pull: None, in new()
36 push: None, in new()
40 let mut rtsp_config: Option<RtspConfig> = None; in new()
48 let mut webrtc_config: Option<WebRTCConfig> = None; in new()
56 let mut httpflv_config: Option<HttpFlvConfig> = None; in new()
64 let mut hls_config: Option<HlsConfig> = None; in new()
75 file: None, in new()
84 httpapi: None, in new()
85 httpnotify: None, in new()
/xiu/protocol/rtmp/src/netconnection/
H A Dwriter.rs48 app: None, in new_none()
49 flash_ver: None, in new_none()
50 swf_url: None, in new_none()
51 tc_url: None, in new_none()
52 fpad: None, in new_none()
53 capabilities: None, in new_none()
54 audio_codecs: None, in new_none()
55 video_codecs: None, in new_none()
56 video_function: None, in new_none()
58 page_url: None, in new_none()
[all …]
/xiu/protocol/rtmp/src/cache/
H A Dmod.rs77 None in get_metadata()
124 None in get_audio_seq()
134 None in get_video_seq()
176 None in get_gops_data()
/xiu/protocol/hls/src/
H A Ddefine.rs8 None, enumerator
/xiu/protocol/rtmp/src/chunk/
H A Dpacketizer.rs36 extended_timestamp: None, in new()
112 (None, message_header.timestamp) in write_message_header()
127 (None, message_header.timestamp_delta) in write_message_header()
132 (None, 0) in write_message_header()
/xiu/library/bytesio/src/
H A Dbytesio.rs50 None in new()
58 None in get_local_port()
137 None => Err(BytesIOError { in read()
/xiu/library/container/flv/src/
H A Ddemuxer.rs139 return Ok(None); in demux()
158 Ok(None) in demux()
266 Ok(None) in read_flv_tag()
/xiu/protocol/rtmp/src/session/
H A Dserver_session.rs75 None in new()
543 let mut stream_name: Option<String> = None; in on_play()
544 let mut start: Option<f64> = None; in on_play()
545 let mut duration: Option<f64> = None; in on_play()
546 let mut reset: Option<bool> = None; in on_play()
555 _ => None, in on_play()
564 _ => None, in on_play()
573 _ => None, in on_play()
582 _ => None, in on_play()
H A Dclient_session.rs107 None in new()
118 None in new()
139 sub_app_name: None, in new()
140 sub_stream_name: None, in new()
/xiu/library/streamhub/src/
H A Dlib.rs349 None, in event_loop()
352 packet_receiver: None, in event_loop()
359 None, in event_loop()
362 frame_receiver: None, in event_loop()
442 packet_receiver: None, in event_loop()
453 frame_receiver: None, in event_loop()
645 None => { in unsubscribe()
709 None => { in unpublish()
H A Dutils.rs40 return None; in from_str2()
/xiu/protocol/rtsp/src/sdp/
H A Dfmtp.rs59 None in new()
78 return None; in unmarshal()
141 return None; in unmarshal()
199 return None; in unmarshal()
/xiu/protocol/rtsp/src/http/
H A Dmod.rs74 return None; in unmarshal()
146 return None; in unmarshal()
203 Err(_) => return None, in read_headers()
/xiu/protocol/rtsp/src/rtp/
H A Drtp_aac.rs49 on_packet_handler: None, in new()
50 on_packet_for_rtcp_handler: None, in new()
H A Drtp_h265.rs50 on_packet_handler: None, in new()
51 on_packet_for_rtcp_handler: None, in new()
/xiu/protocol/rtmp/src/remuxer/
H A Drtsp2rtmp.rs77 rtmp_handler: Common::new(None, event_producer, SessionType::Server, None), in new()
291 let mut sps = None; in on_rtsp_video()
292 let mut pps = None; in on_rtsp_video()
/xiu/protocol/webrtc/src/http/
H A Dmod.rs110 return None; in unmarshal()
194 return None; in unmarshal()
256 Err(_) => return None, in read_headers()
/xiu/protocol/rtsp/src/
H A Drtsp_channel.rs63 rtp_packer: None, in new()
64 rtp_unpacker: None, in new()
H A Drtsp_range.rs26 return None; in unmarshal()
/xiu/protocol/webrtc/src/session/
H A Dmod.rs62 session_id: None, in new()
63 http_request_data: None, in new()
64 peer_connection: None, in new()
528 None in get_statistic_data()
/xiu/protocol/rtsp/src/session/
H A Dmod.rs100 Ok(None) in new()
122 session_id: None, in new()
145 None => { in run()
343 let mut rtp_server_port: Option<u16> = None; in handle_setup()
344 let mut rtcp_server_port: Option<u16> = None; in handle_setup()
815 None in get_statistic_data()
/xiu/protocol/rtmp/
H A DREADME.md22 let mut stream_hub = StreamsHub::new(None);
59 let mut stream_hub = StreamsHub::new(None);
/xiu/application/pprtmp/src/
H A Dmain.rs53 let mut stream_hub = StreamsHub::new(None); in main()

12