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