FS-4382 reverse this so you have to enable instead of disable, this patch has been causing srtp issues because the change in ssrc

This commit is contained in:
Anthony Minessale
2012-07-18 22:01:41 -05:00
parent 5867d0424d
commit f4715781dc
3 changed files with 7 additions and 6 deletions
+1 -1
View File
@@ -727,7 +727,7 @@ typedef enum {
*/
RTP_BUG_NEVER_CHANGE_SSRC_ON_MARKER = (1 << 9)
RTP_BUG_CHANGE_SSRC_ON_MARKER = (1 << 9)
/*
By default FS will change the SSRC when the marker is set and it detects a timestamp reset.