mirror of
https://github.com/moonlight-stream/moonlight-common-c.git
synced 2025-08-18 01:15:46 +00:00
Ensure FEC is always enabled
This commit is contained in:
parent
4134ea3c23
commit
b83cafe845
@ -201,7 +201,10 @@ static PSDP_OPTION getAttributesList(char*urlSafeAddr) {
|
||||
err |= addAttributeString(&optionHead, "x-nv-vqos[0].bw.minimumBitrate", payloadStr);
|
||||
err |= addAttributeString(&optionHead, "x-nv-vqos[0].bw.maximumBitrate", payloadStr);
|
||||
}
|
||||
|
||||
|
||||
// FEC must be enabled for proper packet sequencing to be done by RTP FEC queue
|
||||
err |= addAttributeString(&optionHead, "x-nv-vqos[0].fec.enable", "1");
|
||||
|
||||
err |= addAttributeString(&optionHead, "x-nv-vqos[0].videoQualityScoreUpdateTime", "5000");
|
||||
|
||||
if (StreamConfig.streamingRemotely) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user