[Bug 746906] hlssink: creates a single segment
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Sun Mar 29 12:24:16 PDT 2015
https://bugzilla.gnome.org/show_bug.cgi?id=746906
--- Comment #3 from Ben <ben.browitt at gmail.com> ---
With the patch I'm getting segments but the last segment is missing from
playlist.m3u8.
When I manually include the last segment it plays fine.
Not sure if this is related or a separate issue.
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.
The generated playlist.m3u8.
segment00003.ts is missing:
#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