| /xiu/application/xiu/src/config/ |
| H A D | config_rtmp.toml | 13 level = "info" 14 #level = "trace"
|
| H A D | config_rtmp_hls.toml | 22 level = "info"
|
| H A D | config_rtmp_httpflv_hls.toml | 28 level = "info"
|
| H A D | config_rtmp_httpflv.toml | 28 level = "info"
|
| H A D | mod.rs | 74 level: log_level, in new() 148 pub level: String, field
|
| H A D | config.toml | 65 level = "info"
|
| /xiu/library/container/flv/src/ |
| H A D | mpeg4_avc.rs | 61 pub level: u8, field 102 level: 0, in new() 156 self.mpeg4_avc.level = bytes_reader.read_u8()?; in decoder_configuration_record_load() 189 log::info!("mpeg4 avc level: {}", self.mpeg4_avc.level); in decoder_configuration_record_load() 305 bytes_writer.write_u8(self.mpeg4_avc.level)?; in decoder_configuration_record_save()
|
| /xiu/library/logger/src/ |
| H A D | logger.rs | 140 pub fn new(level: &String, rotate: Option<Rotate>, path: Option<String>) -> Result<Logger> { in new() 142 env::set_var("RUST_LOG", level); in new() 150 .filter_or("MY_LOG_LEVEL", level) in new()
|
| /xiu/protocol/rtmp/src/remuxer/ |
| H A D | rtsp2rtmp.rs | 289 let mut level: u8 = 0; in on_rtsp_video() localVariable 309 level = sps_parser.sps.level_idc; in on_rtsp_video() 327 self.gen_rtmp_video_seq_header(sps.unwrap(), pps.unwrap(), profile, level)?; in on_rtsp_video() 361 level: u8, in gen_rtmp_video_seq_header() 375 level, in gen_rtmp_video_seq_header()
|
| /xiu/protocol/rtmp/src/netconnection/ |
| H A D | writer.rs | 191 level: &str, in write_connect_response() 215 Amf0ValueType::UTF8String(level.to_owned()), in write_connect_response() 278 level: &str, in error() 289 Amf0ValueType::UTF8String(level.to_owned()), in error()
|
| /xiu/library/streamhub/src/statistics/ |
| H A D | mod.rs | 13 level: AvcLevel, field
|
| H A D | avstatistics.rs | 60 video_info.level = define::u8_2_avc_level(codec_info.level); in notify_video_codec_info()
|
| /xiu/protocol/rtmp/src/netstream/ |
| H A D | writer.rs | 199 level: &str, in write_on_status() 211 Amf0ValueType::UTF8String(level.to_owned()), in write_on_status()
|
| /xiu/application/xiu/src/ |
| H A D | main.rs | 180 Logger::new(&log_config_value.level, rotate, path)? in main()
|
| /xiu/ |
| H A D | README_CN.md | 86 …-l, --log <level> Specify the log level. [possible values: trace, debug, info, warn, error, de… 178 level = "info"
|
| H A D | README.md | 89 …-l, --log <level> Specify the log level. [possible values: trace, debug, info, warn, error, de… 186 level = "info" 253 …1. Copy the files under xiu/protocol/webrtc/src/clients/ folder to the same level directory of the…
|
| /xiu/application/xiu/ |
| H A D | README.md | 84 …-l, --log <level> Specify the log level. [possible values: trace, debug, info, warn, error, de… 181 level = "info" 248 …1. Copy the files under xiu/protocol/webrtc/src/clients/ folder to the same level directory of the…
|