GNOME Bugzilla – Bug 734036
mpegpsdemux: Confused when receiving segment updates from upstream
Last modified: 2018-11-03 13:25:33 UTC
I'm working on implementing DLNA time based fast forward. The idea is to implement fast forward in dlnasrc by requesting smaller parts of the file to the HTTP server. Dlnasrc then sends segment updates for each fragment of the file to play (for example, if rate=2 and we use chunk of 1 second we could have something like [00:00, 00:01] then [00:02, 00:03] then [00:04; 00:05]). This works fine with mpegpsdemux when doing fast forward but not when going in reverse to do fast backward (rate=-2 for example). It starts playing the requested chunks fine but at some point it just stops.
Logs: http://people.collabora.com/~cassidy/gst-trickmodes/734036.log.gz
-- GitLab Migration Automatic Message -- This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/issues/165.