webrtc streaming settings changed
This commit is contained in:
@@ -17,11 +17,14 @@ module.exports = {
|
||||
static: [
|
||||
"-PixelStreamingIP=127.0.0.1",
|
||||
"-RenderOffScreen",
|
||||
"-PixelStreamingEncoderMaxBitrate=15000000",
|
||||
"-ResX 1920 -ResY 1080",
|
||||
"-PixelStreamingEncoderMinQP=25",
|
||||
"-PixelStreamingEncoderMultipass=QUARTER",
|
||||
"-PixelStreamingWebRTCMaxFps=41"
|
||||
"-PixelStreamingEncoderMinQP=30",
|
||||
"-PixelStreamingEncoderMaxQP=30",
|
||||
"-PixelStreamingWebRTCMaxFps=41",
|
||||
"-PixelStreamingWebRTCDisableReceiveAudio",
|
||||
"-PixelStreamingWebRTCDisableTransmitAudio",
|
||||
"-NVENCIntraRefreshPeriodFrames=60",
|
||||
"-NVENCIntraRefreshCountFrames=60"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user