mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-23 20:51:58 +00:00
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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user