ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-commits: [Wireshark-commits] rev 25293: /trunk/gtk/ /trunk/gtk/: rtp_player.c

Date: Wed, 14 May 2008 06:22:08 GMT
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