[Bug 747000] New: hlssink doesn't add the last segment to the playlist

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Mon Mar 30 00:23:43 PDT 2015


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

            Bug ID: 747000
           Summary: hlssink doesn't add the last segment to the playlist
    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: ben.browitt at gmail.com
        QA Contact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---

hlssink creates all the segments but the last segment is missing from the
playlist.

This creates 4 segments:

gst-launch-1.0 -v uridecodebin
uri=http://mirror.cessen.com/blender.org/peach/trailer/trailer_iphone.m4v
name=decbin ! video/x-raw ! x264enc ! mpegtsmux name=muxer ! hlssink
target-duration=10 decbin. ! audioconvert ! audio/x-raw !  
voaacenc ! aacparse ! muxer.

segment00003.ts is missing is missing from the generated playlist.m3u8:

#EXTM3U
#EXT-X-VERSION:3
#EXT-X-ALLOW-CACHE:NO
#EXT-X-MEDIA-SEQUENCE:1
#EXT-X-TARGETDURATION:10

#EXTINF:10.079999923706055,
segment00000.ts
#EXTINF:10.079999923706055,
segment00001.ts
#EXTINF:10.079999923706055,
segment00002.ts

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