[Sumover-dev] [svn commit] r4217 - common/trunk/src

sumover-dev at cs.ucl.ac.uk sumover-dev at cs.ucl.ac.uk
Wed Jul 16 13:34:12 BST 2008


Author: piers
Date: Wed Jul 16 13:34:11 2008
New Revision: 4217

Modified:
   common/trunk/src/rtp.c

Log:
Added more packet debug info when reporting on unknown RTP packet 


Modified: common/trunk/src/rtp.c
==============================================================================
--- common/trunk/src/rtp.c	(original)
+++ common/trunk/src/rtp.c	Wed Jul 16 13:34:11 2008
@@ -1428,7 +1428,8 @@
 					debug_msg("RTP packet from probationary source ignored...\n");
 				}
 			} else {
-				debug_msg("RTP packet from unknown source ignored\n");
+				debug_msg("RTP packet from unknown source(ssrc:%d, seq:%d, ts:%d) ignored\n",
+				    packet->fields.ssrc, packet->fields.seq, packet->fields.ts);
 			}
 		} else {
 			session->invalid_rtp_count++;



More information about the Sumover-dev mailing list