From 2d05afeb1771ad7500c90da444f94ae198eb8325 Mon Sep 17 00:00:00 2001 From: "PC-ROGE\\c" Date: Wed, 26 Apr 2023 11:35:05 +0300 Subject: [PATCH] simulcast disabled --- config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.js b/config.js index 9d568b7..00696a7 100644 --- a/config.js +++ b/config.js @@ -27,7 +27,7 @@ module.exports = { "-PixelStreamingWebRTCDisableAudioSync", "-PixelStreamingHideCursor=true", "-PixelStreamingKeyFilter=ESC, CTRL", - "-SimulcastParameters=1.0,5000000,100000000,2.0,1000000,5000000,3.0,500000,2500000", + //"-SimulcastParameters=1.0,5000000,100000000,2.0,1000000,5000000,3.0,500000,2500000", //"-PixelStreamingHudStats=true" // usefull for debug ] }