| /xiu/protocol/hls/src/ |
| H A D | m3u8.rs | 10 pub discontinuity: bool, 14 pub is_eof: bool, 20 discontinuity: bool, in new() argument 23 is_eof: bool, in new() argument 53 need_record: bool, 64 need_record: bool, in new() argument 100 discontinuity: bool, in add_segment() argument 101 is_eof: bool, in add_segment() argument 146 pub fn generate_m3u8_header(&self, is_vod: bool) -> String { in generate_m3u8_header()
|
| H A D | remuxer.rs | 12 need_record: bool, 19 need_record: bool, in new() argument
|
| H A D | flv2hls.rs | 27 need_new_segment: bool, 36 pub fn new(duration: i64, app_name: String, stream_name: String, need_record: bool) -> Self { in new() 90 let mut discontinuity: bool = false; in flush_remaining_data() 145 let mut discontinuity: bool = false; in process_demux_data()
|
| H A D | flv_data_receiver.rs | 39 need_record: bool, in new() argument
|
| /xiu/application/xiu/src/config/ |
| H A D | mod.rs | 93 pub enabled: bool, 101 pub enabled: bool, 107 pub enabled: bool, 114 pub enabled: bool, 120 pub enabled: bool, 126 pub enabled: bool, 132 pub enabled: bool, 135 pub need_record: bool, 154 pub enabled: bool, 166 pub enabled: bool,
|
| /xiu/protocol/rtmp/src/cache/ |
| H A D | gop.rs | 30 pub fn is_empty(&self) -> bool { in is_empty() argument 55 pub fn save_frame_data(&mut self, data: FrameData, is_key_frame: bool) { in save_frame_data() argument 75 pub fn setted(&self) -> bool { in setted() argument
|
| H A D | metadata.rs | 43 pub fn is_metadata(&mut self, body: BytesMut) -> bool { in is_metadata() argument
|
| /xiu/library/streamhub/src/statistics/ |
| H A D | avstatistics.rs | 32 pub sender: Sender<bool>, 37 let (s, _): (Sender<bool>, Receiver<bool>) = mpsc::channel(1); in new() 75 pub async fn notify_video_statistics_info(&mut self, data_size: usize, is_key_frame: bool) { in notify_video_statistics_info() argument 95 let (s, mut r): (Sender<bool>, Receiver<bool>) = mpsc::channel(1); in start()
|
| /xiu/library/container/mpegts/src/ |
| H A D | utils.rs | 20 pub fn is_steam_type_video(stream_type: u8) -> bool { in is_steam_type_video() argument 24 pub fn is_steam_type_audio(stream_type: u8) -> bool { in is_steam_type_audio() argument
|
| H A D | pes.rs | 76 pub fn is_empty(&self) -> bool { in is_empty() argument 85 h264_h265_with_aud: bool, in write_pes_header() argument
|
| H A D | ts.rs | 18 h264_h265_with_aud: bool, 165 let mut is_start: bool = true; in write_pes() 210 is_start: bool, in write_ts_header_for_pes() argument
|
| /xiu/protocol/rtmp/src/ |
| H A D | config.rs | 1 pub const DEBUG: bool = false;
|
| /xiu/protocol/rtmp/src/amf0/ |
| H A D | define.rs | 6 Boolean(bool),
|
| H A D | amf0_writer.rs | 45 pub fn write_bool(&mut self, value: &bool) -> Result<(), Amf0WriteError> { in write_bool() 125 pub fn is_empty(&self) -> bool { in is_empty() argument
|
| /xiu/protocol/rtmp/src/netstream/ |
| H A D | writer.rs | 48 reset: &bool, in write_play() argument 119 enable: &bool, in write_receive_audio() argument 133 enable: &bool, in write_receive_video() argument 170 pause: &bool, in write_pause() argument
|
| /xiu/library/streamhub/src/ |
| H A D | lib.rs | 272 rtmp_push_enabled: bool, 273 rtmp_remuxer_enabled: bool, 275 rtmp_pull_enabled: bool, 277 hls_enabled: bool, 304 pub fn set_rtmp_push_enabled(&mut self, enabled: bool) { in set_rtmp_push_enabled() argument 308 pub fn set_rtmp_pull_enabled(&mut self, enabled: bool) { in set_rtmp_pull_enabled() argument 312 pub fn set_rtmp_remuxer_enabled(&mut self, enabled: bool) { in set_rtmp_remuxer_enabled() argument 316 pub fn set_hls_enabled(&mut self, enabled: bool) { in set_hls_enabled() argument
|
| /xiu/library/logger/src/ |
| H A D | logger.rs | 91 r: Receiver<bool>, in gen_log_file_thread_run() argument 136 close_sender: Option<Sender<bool>>, 164 let (send, receiver) = channel::<bool>(); in new()
|
| /xiu/protocol/rtsp/src/rtp/ |
| H A D | utils.rs | 68 pub(super) fn is_fu_start(fu_header: u8) -> bool { in is_fu_start() argument 72 pub(super) fn is_fu_end(fu_header: u8) -> bool { in is_fu_end() argument
|
| /xiu/library/container/flv/src/ |
| H A D | mpeg4_avc.rs | 31 pub fn is_empty(&self) -> bool { in is_empty() argument 52 pub fn is_empty(&self) -> bool { in is_empty() argument
|
| H A D | demuxer.rs | 75 pub has_data: bool,
|
| /xiu/library/bytesio/src/ |
| H A D | bits_reader.rs | 30 pub fn is_empty(&self) -> bool { in is_empty() argument
|
| H A D | bits_writer.rs | 122 pub fn is_empty(&self) -> bool { in is_empty() argument
|
| H A D | bytes_writer.rs | 149 pub fn is_empty(&self) -> bool { in is_empty() argument
|
| /xiu/application/xiu/src/ |
| H A D | service.rs | 172 let mut rtmp_enabled: bool = false; in start_rtmp_remuxer()
|
| /xiu/protocol/rtmp/src/session/ |
| H A D | server_session.rs | 58 has_remaing_data: bool, 546 let mut reset: Option<bool> = None; in on_play()
|