[MERGED] libosmo-abis[master]: osmo_ortp.c: Duration of a RTP frame affects timestamp of th...

2017-06-29 Thread Harald Welte
Harald Welte has submitted this change and it was merged. Change subject: osmo_ortp.c: Duration of a RTP frame affects timestamp of the next one .. osmo_ortp.c: Duration of a RTP frame affects timestamp of the next one

libosmo-abis[master]: osmo_ortp.c: Duration of a RTP frame affects timestamp of th...

2017-06-29 Thread Harald Welte
Patch Set 1: Code-Review+2 -- To view, visit https://gerrit.osmocom.org/3083 To unsubscribe, visit https://gerrit.osmocom.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: Ib8f5fa5509059fe908c09a4381844c613d478548 Gerrit-PatchSet: 1 Gerrit-Project: libosmo-abis Gerrit-Branch: master

[PATCH] libosmo-abis[master]: osmo_ortp.c: Duration of a RTP frame affects timestamp of th...

2017-06-29 Thread Pau Espin Pedrol
Review at https://gerrit.osmocom.org/3083 osmo_ortp.c: Duration of a RTP frame affects timestamp of the next one Duration of an RTP frames dictates the timestamp used for the next frame, not for the one being sent now. It was done like this before to account for possible losses. Implementation