From 7e471ac27c8ca96d72c7188de9d2dd68dde8a04a Mon Sep 17 00:00:00 2001 From: file Date: Mon, 6 Aug 2007 15:27:24 +0000 Subject: (closes issue #10355) Reported by: wdecarne Now that we pass through RTP timestamp information we need to make the allowed timestamp skew considerably less. There are situations where a source may change and due to the timestamp difference the receiver will experience an audio gap since we did not indicate by setting the marker bit that the source changed. git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@78172 f38db490-d61c-443f-a65b-d21fe96a405b --- main/rtp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main/rtp.c') diff --git a/main/rtp.c b/main/rtp.c index 4e4bde623..4520e574a 100644 --- a/main/rtp.c +++ b/main/rtp.c @@ -57,7 +57,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") #include "asterisk/unaligned.h" #include "asterisk/utils.h" -#define MAX_TIMESTAMP_SKEW 640 +#define MAX_TIMESTAMP_SKEW 20 #define RTP_SEQ_MOD (1<<16) /*!< A sequence number can't be more than 16 bits */ #define RTCP_DEFAULT_INTERVALMS 5000 /*!< Default milli-seconds between RTCP reports we send */ -- cgit v1.2.3