webrtc_server_path moved from config to .env
This commit is contained in:
@@ -9,7 +9,7 @@ module.exports = {
|
|||||||
webrtc_port_begin: parseInt(process.env.WEBRTC_PORT_BEGIN),
|
webrtc_port_begin: parseInt(process.env.WEBRTC_PORT_BEGIN),
|
||||||
session_limit: parseInt(process.env.SESSION_LIMIT),
|
session_limit: parseInt(process.env.SESSION_LIMIT),
|
||||||
log_path: "./logs/runtime.log",
|
log_path: "./logs/runtime.log",
|
||||||
webrtc_server_path: "../pixel-streaming-webrtc/WebServers/SignallingWebServer/cirrus.js",
|
webrtc_server_path: process.env.WEBRTC_SERVER_PATH,
|
||||||
app_args: {
|
app_args: {
|
||||||
runtime: {
|
runtime: {
|
||||||
port: "-PixelStreamingPort="
|
port: "-PixelStreamingPort="
|
||||||
@@ -21,7 +21,7 @@ module.exports = {
|
|||||||
"-ResX 1920 -ResY 1080",
|
"-ResX 1920 -ResY 1080",
|
||||||
"-PixelStreamingEncoderMinQP=25",
|
"-PixelStreamingEncoderMinQP=25",
|
||||||
"-PixelStreamingEncoderMultipass=QUARTER",
|
"-PixelStreamingEncoderMultipass=QUARTER",
|
||||||
"-PixelStreamingWebRTCMaxFps=60"
|
"-PixelStreamingWebRTCMaxFps=41"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user