Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-bugs: [Wireshark-bugs] [Bug 4120] bug saving RTP stream in both directions

Date: Fri, 13 Nov 2009 06:09:29 -0800 (PST)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4120





--- Comment #2 from Jaap Keuter <jaap.keuter@xxxxxxxxx>  2009-11-13 06:09:27 PDT ---
My guess it's in the start time compensation in rtp_analysis.c.
There, in copy_file(), for SAVE_AU_FORMAT, with SAVE_BOTH_DIRECTION_MASK the
difference in start time is compensated for with silence samples. 
The amount is calculated from diff(s1, s2) x sample rate. But the diff is in ms
while the sample rate is in samples/s, resulting in a 1000 fold
overcompensation.
Note: This is an untested hypothesis.


-- 
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.