On Wed, Oct 12, 2016 at 01:44:25PM +0200, Max wrote:
No it also have a call to rtp_session_resync(rs); -
look at the diff.
>> - "osmo-ortp(%d): timestamp_jump, new TS %d\n", port, ts);
>> + "osmo-ortp(%d): timestamp_jump, new TS %d, resyncing\n", port,
ts);
>> + rtp_session_resync(rs);
oh indeed, I overlooked that little line of code, sorry for the noise.
~Neels