Additional fixes for corrupt FEC recovery handling

This commit is contained in:
Cameron Gutman
2018-09-05 12:04:39 -07:00
parent 9c1d7ffb70
commit 884b8d0a95
3 changed files with 22 additions and 8 deletions
+4
View File
@@ -162,6 +162,10 @@ static int addGen5Options(PSDP_OPTION* head) {
err |= addAttributeString(head, "x-nv-vqos[0].fec.repairPercent", "5");
}
// Recovery mode can cause the FEC percentage to change mid-frame, which
// breaks many assumptions in RTP FEC queue.
err |= addAttributeString(head, "x-nv-general.enableRecoveryMode", "0");
return err;
}