[Bug 795712] New: hlssink2: Fix duration value for EXTINF tag.

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Tue May 1 08:58:52 UTC 2018


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

            Bug ID: 795712
           Summary: hlssink2: Fix duration value for EXTINF tag.
    Classification: Platform
           Product: GStreamer
           Version: 1.14.0
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: Normal
         Component: gst-plugins-bad
          Assignee: gstreamer-bugs at lists.freedesktop.org
          Reporter: gingerbk247 at gmail.com
        QA Contact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---

Created attachment 371573
  --> https://bugzilla.gnome.org/attachment.cgi?id=371573&action=edit
hlssink2: Fix duration value for EXTINF tag

hlssink2 parsed wrong value for the EXTINF tag, with a timestamp instead of
duration.

e.g.
If you run following command, such as
 => gst-launch-1.0 videotestsrc num-buffers=1 ! x264enc ! hlssink2

EXTINF tag value in playlist.m3u8 is set to 0, which is the timestamp of the
video packet.

So I suggest following patches, adds new structure "running_time_end" in
message element of splitmuxsink, for hlssink2. This indicates the end value of
timestamp in fragment.

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