[Bug 759740] New: [hlsdemux] pipeline crashes at segment boundaries but playbin works fine

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Mon Dec 21 06:06:37 PST 2015


https://bugzilla.gnome.org/show_bug.cgi?id=759740

            Bug ID: 759740
           Summary: [hlsdemux] pipeline crashes at segment boundaries but
                    playbin works fine
    Classification: Platform
           Product: GStreamer
           Version: git master
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: Normal
         Component: gst-plugins-bad
          Assignee: gstreamer-bugs at lists.freedesktop.org
          Reporter: arjen.veenhuizen at tno.nl
        QA Contact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---

Using GIT head of today (5d822d755f43d7e9852338bedb4b6129e164f8c9, 2015-12-21),
some pipelines crash.

This one works fine:
gst-launch-1.0 playbin
uri=http://devimages.apple.com/iphone/samples/bipbop/bipbopall.m3u8


This one crashes within one second:
gst-launch-1.0 souphttpsrc
location=http://devimages.apple.com/iphone/samples/bipbop/bipbopall.m3u8 !
queue ! hlsdemux ! queue ! tsdemux name=t ! h264parse ! queue ! avdec_h264 ! 
videoconvert ! videoscale ! ximagesink

Log: http://pastebin.com/C3a7L1RG (GST_DEBUG=4)

This one crashes near the end of the first segment:
gst-launch-1.0 souphttpsrc
location=http://devimages.apple.com/iphone/samples/bipbop/bipbopall.m3u8 !
queue ! hlsdemux ! tsdemux name=t ! h264parse ! queue ! avdec_h264 ! 
videoconvert ! videoscale ! ximagesink

Log: http://pastebin.com/dkmfkyrL (GST_DEBUG=3)

Perhaps it has to do with this
(http://cgit.freedesktop.org/gstreamer/gst-plugins-bad/commit/?id=d5e115171b6fecd86ae4f9bb03e8f4becccd4bc9)
commit?

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