After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 734036 - mpegpsdemux: Confused when receiving segment updates from upstream
mpegpsdemux: Confused when receiving segment updates from upstream
Status: RESOLVED OBSOLETE
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
unspecified
Other Linux
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2014-07-31 10:46 UTC by Guillaume Desmottes
Modified: 2018-11-03 13:25 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Guillaume Desmottes 2014-07-31 10:46:02 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.
Comment 1 Guillaume Desmottes 2014-07-31 10:46:34 UTC
Logs: http://people.collabora.com/~cassidy/gst-trickmodes/734036.log.gz
Comment 2 GStreamer system administrator 2018-11-03 13:25:33 UTC
-- 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.