gstreamer/gst/rtpmanager
Havard Graff 9c94f1187c jitterbuffer: bundle together late lost-events
The scenario where you have a gap in a steady flow of packets of
say 10 seconds (500 packets of with duration of 20ms), the jitterbuffer
will idle up until it receives the first buffer after the gap, but will
then go on to produce 499 lost-events, to "cover up" the gap.

Now this is obviously wrong, since the last possible time for the earliest
lost-events to be played out has obviously expired, but the fact that
the jitterbuffer has a "length", represented with its own latency combined
with the total latency downstream, allows for covering up at least some
of this gap.

So in the case of the "length" being 200ms, while having received packet
500, the jitterbuffer should still create a timeout for packet 491, which
will have its time expire at 10,02 seconds, specially since it might
actually arrive in time! But obviously, waiting for packet 100, that had
its time expire at 2 seconds, (remembering that the current time is 10)
is useless...

The patch will create one "big" lost-event for the first 490 packets,
and then go on to create single ones if they can reach their
playout deadline.

See https://bugzilla.gnome.org/show_bug.cgi?id=667838
2012-12-13 12:00:43 +01:00
..
.gitignore gst/rtpmanager/: Added custom marshallers for signals. 2009-08-11 02:30:24 +01:00
gstrtpbin-marshal.list rtp: fix marshallers 2011-12-09 10:51:14 +01:00
gstrtpbin.c Fix FSF address 2012-11-04 00:07:18 +00:00
gstrtpbin.h Fix FSF address 2012-11-04 00:07:18 +00:00
gstrtpjitterbuffer.c jitterbuffer: bundle together late lost-events 2012-12-13 12:00:43 +01:00
gstrtpjitterbuffer.h Fix FSF address 2012-11-04 00:07:18 +00:00
gstrtpmanager.c Fix FSF address 2012-11-04 00:07:18 +00:00
gstrtpptdemux.c Fix FSF address 2012-11-04 00:07:18 +00:00
gstrtpptdemux.h Fix FSF address 2012-11-04 00:07:18 +00:00
gstrtpsession.c Fix FSF address 2012-11-04 00:07:18 +00:00
gstrtpsession.h Fix FSF address 2012-11-04 00:07:18 +00:00
gstrtpssrcdemux.c Fix FSF address 2012-11-04 00:07:18 +00:00
gstrtpssrcdemux.h Fix FSF address 2012-11-04 00:07:18 +00:00
Makefile.am gst: Update versioning 2012-04-04 14:37:47 +02:00
rtpjitterbuffer.c Fix FSF address 2012-11-04 00:07:18 +00:00
rtpjitterbuffer.h Fix FSF address 2012-11-04 00:07:18 +00:00
rtpsession.c Fix FSF address 2012-11-04 00:07:18 +00:00
rtpsession.h Fix FSF address 2012-11-04 00:07:18 +00:00
rtpsource.c rtpsource: protect against invalid RTP packets 2012-11-12 11:18:30 +01:00
rtpsource.h Fix FSF address 2012-11-04 00:07:18 +00:00
rtpstats.c Fix FSF address 2012-11-04 00:07:18 +00:00
rtpstats.h Fix FSF address 2012-11-04 00:07:18 +00:00