Home
last modified time | relevance | path

Searched refs:config (Results 1 – 12 of 12) sorted by relevance

/xiu/application/xiu/src/
H A Dmain.rs8 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 Dlib.rs4 pub mod config; module
H A Dservice.rs5 super::config::Config,
/xiu/protocol/webrtc/src/clients/
H A Dwhep.js186 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 Dlib.rs15 pub mod config; module
/xiu/
H A DREADME_CN.md80 -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 DREADME.md83 -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 DCargo.lock1848 "pkg-config",
1970 name = "pkg-config"
/xiu/protocol/webrtc/src/
H A Dwhip.rs51 let config = RTCConfiguration { in handle_whip() localVariable
60 let peer_connection = Arc::new(api.new_peer_connection(config).await?); in handle_whip()
H A Dwhep.rs56 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 DREADME.md78 -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 Dserver_session.rs16 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()