]> git.ipfire.org Git - thirdparty/freeswitch.git/commit
account for lost frames during ptime detection
authorHristo Trendev <htrendev@gmail.com>
Thu, 9 Oct 2014 09:37:52 +0000 (11:37 +0200)
committerHristo Trendev <htrendev@gmail.com>
Thu, 9 Oct 2014 09:37:52 +0000 (11:37 +0200)
commitd48057e23f97af11cbdc482b20a06eaba776ea82
tree4abeda7129e6c8ff492dbec82f76e8c160c87891
parent63734bcde09204843d49dd1530eb37cdf581ac2c
account for lost frames during ptime detection

This allows the "broken ptime" detection to work correctly when packet
loss is present on the wire. In addition to the timestamps this patch
adds frame sequence tracking and corrects the timestamp difference
only as needed and according to the number of lost packets.

FS-6898 #resolve
src/switch_core_media.c