Searched refs:config (Results 1 – 12 of 12) sorted by relevance
| /xiu/application/xiu/src/ |
| H A D | main.rs | 8 xiu::{config, config::Config, service::Service}, 109 let config = if let Some(path) = matches.get_one::<String>("config_file_path") { in main() localVariable 110 let config = config::load(path); in main() localVariable 111 match config { in main() 167 let logger = if let Some(log_config_value) = &config.log { in main() 186 let mut service = Service::new(config); in main()
|
| H A D | lib.rs | 4 pub mod config; module
|
| H A D | service.rs | 5 super::config::Config,
|
| /xiu/protocol/webrtc/src/clients/ |
| H A D | whep.js | 186 const config = pc.getConfiguration(); 189 if ((!config.iceServer || !config.iceServer.length) && links.hasOwnProperty("ice-server")) { 191 config.iceServers = []; 214 if (config.iceServers.length) 216 pc.setConfiguration(config);
|
| /xiu/protocol/rtmp/src/ |
| H A D | lib.rs | 15 pub mod config; module
|
| /xiu/ |
| H A D | README_CN.md | 80 -c, --config <path> Specify the xiu server configuration file path. 191 xiu/application/xiu/src/config 261 源站节点的配置文件config.toml: 269 ./xiu config.toml 283 源站节点的配置文件为 config.toml: 302 ./xiu config.toml
|
| H A D | README.md | 83 -c, --config <path> Specify the xiu server configuration file path. 199 xiu/application/xiu/src/config 264 The configuration file of Service 1 named config.toml: 282 ./xiu config.toml 297 The configuration file of Service 1 named config.toml: 316 ./xiu config.toml
|
| H A D | Cargo.lock | 1848 "pkg-config", 1970 name = "pkg-config"
|
| /xiu/protocol/webrtc/src/ |
| H A D | whip.rs | 51 let config = RTCConfiguration { in handle_whip() localVariable 60 let peer_connection = Arc::new(api.new_peer_connection(config).await?); in handle_whip()
|
| H A D | whep.rs | 56 let config = RTCConfiguration { in handle_whep() localVariable 65 let peer_connection = Arc::new(api.new_peer_connection(config).await?); in handle_whep()
|
| /xiu/application/xiu/ |
| H A D | README.md | 78 -c, --config <path> Specify the xiu server configuration file path. 194 xiu/application/xiu/src/config 259 The configuration file of Service 1 named config.toml: 277 ./xiu config.toml 292 The configuration file of Service 1 named config.toml: 311 ./xiu config.toml
|
| /xiu/protocol/rtmp/src/session/ |
| H A D | server_session.rs | 16 config, handshake, 338 self.unpacketizer.session_type = config::SERVER_PULL; in on_amf0_command_message() 342 self.unpacketizer.session_type = config::SERVER_PUSH; in on_amf0_command_message()
|