[Bug 747319] New: hlssink is missing 4 keyframes at the end

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Fri Apr 3 17:02:20 PDT 2015


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

            Bug ID: 747319
           Summary: hlssink is missing 4 keyframes at the end
    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: ---

A video gives me 811 keyframes but after converting it to hls segments, I'm
getting only 807 keyframes.

# generate keyframes from the original video:
gst-launch-1.0 uridecodebin
uri=http://mirror.cessen.com/blender.org/peach/trailer/trailer_iphone.m4v !
"video/x-raw" ! jpegenc ! multifilesink

# conver to hls:
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.

# generate keyframes from 
gst-launch-1.0 uridecodebin uri=playlist.m3u8 ! "video/x-raw" ! jpegenc !
multifilesink

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