[Bug 670712] [flvdemux] failure to play live stream

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon May 12 04:48:03 PDT 2014


https://bugzilla.gnome.org/show_bug.cgi?id=670712
  GStreamer | gst-plugins-good | git

--- Comment #5 from Edward Hervey <bilboed at bilboed.com> 2014-05-12 11:47:59 UTC ---
The following (committed) patch fixes the issue with skipping too much data.
This doesn't completely fix the issue, since when using playbin it'll just keep
on buffering forever. When using http:// ! flvdemux ! h264parse ! avdec_h264 !
queue ! xvimagesink it plays correctly.


commit c09b14c931e36c2648a269ac74c9df8eac64981e
Author: Edward Hervey <edward at collabora.com>
Date:   Mon May 12 13:45:06 2014 +0200

    flvdemux: Skip unknown tags in push-mode

    We add a new mode (SKIP) in push-mode to skip tags that we don't known
about

    Partially fixes https://bugzilla.gnome.org/show_bug.cgi?id=670712

-- 
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