GNOME Bugzilla – Bug 648642
rtpsession: Ensure ssrc collisions aren't timed out immediately
Last modified: 2011-07-25 14:21:14 UTC
Created attachment 186616 [details] [review] rtpsession: Wait longer to timeout SSRC collision Using the current RTCP interval to timeout SSRC collision can lead to collisions being timed out immediately if a BYE packet is sent because it is sent immediately, so the interval is 0. This is not what we want. So just set a static 10 times the default RTCP interval, it should be enough This should probably wait after the freeze, just in case (its really a corner case), but I'm attaching it now anyway.
Ping. the freeze is over.
commit 4d48109f9d5da9106130485d37841bbf3423cd6f Author: Olivier Crête <olivier.crete@collabora.co.uk> Date: Mon Apr 25 16:13:38 2011 -0400 rtpsession: Wait longer to timeout SSRC collision Using the current RTCP interval to timeout SSRC collision can lead to collisions being timed out immediately if a BYE packet is sent because it is sent immediately, so the interval is 0. This is not what we want. So just set a static 10 times the default RTCP interval, it should be enough https://bugzilla.gnome.org/show_bug.cgi?id=648642