http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=25293
User: kukosa
Date: 2008/05/13 11:22 PM
Log:
From Alejandro Vaquero:
Added a new checkbox for the RTP player to use the RTP timing instead of the
arriving time of the packets. This is useful when the RTP is being tunneled
(e.g. EtherIP), so the original timing is missing.
In some cases when encapsulating the original IP/RTP over EtherIP, the
encapsulated data comes in chunks of 1sec, so it is useful to use the RTP
timing to play it. In these cases we can not simulate jitter buffer, so this is
disabled when checking the new "Use RTP timestamp" option.
Directory: /trunk/gtk/
Changes Path Action
+36 -4 rtp_player.c Modified