[Bug 667796] Internet Radio streaming failures

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Jan 12 10:10:52 PST 2012


https://bugzilla.gnome.org/show_bug.cgi?id=667796
  GStreamer | gstreamer (core) | git

--- Comment #2 from Edward Hervey <bilboed at gmail.com> 2012-01-12 18:10:47 UTC ---
tbh the server should close the connection if you try to read past the
ringbuffer limit.

And yes, it does go to buffering (queue2 drains), but never gets filled again.

As for mpegts streaming ... in what situation ? over udp ? over tcp ? dvb ?

The problem is that this kind of streaming aren't "live" as per the GStreamer
definition of it (i.e. no data gets dropped if you're a tiny bit late getting
it).

That being said, it would be nice to consider them as "live but with massive
jitter and latency" so that we can apply some very-big-window (think 30s-1min)
rate estimation to have the playback gradually adjust itself to the overall
rate and avoid this issue.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list