GNOME Bugzilla – Bug 795712
hlssink2: Fix duration value for EXTINF tag.
Last modified: 2018-11-03 14:22:24 UTC
Created attachment 371573 [details] [review] 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.
Created attachment 371574 [details] [review] splitmuxsink: Add new structure "running_time_end" in message element Adds the following new structure "running_time_end" in message element for "splitmuxsink-fragment-opened" or "splitmuxsink-fragment-closed" case. This indicates the end value of timestamp in fragment.
-- GitLab Migration Automatic Message -- This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/issues/699.