[Bug 788417] hls: Fix media sequence handling when encountering loops

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Mon Oct 2 08:47:03 UTC 2017


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

--- Comment #4 from Jan Alexander Steffens (heftig) <jan.steffens at gmail.com> ---
Created attachment 360744
  --> https://bugzilla.gnome.org/attachment.cgi?id=360744&action=edit
[PATCH 4/5] m3u8: Don't try to match URIs when we have media sequences

It is legal for a stream to reuse segments (marking discontinuities as
needed). Uplynk delivers such playlists for their placeholder loops.

Leave the URI scanning in place for playlists which have no
EXT-X-MEDIA-SEQUENCE tag. This should be harmless since the spec
requires these playlists to not be missing segments (RFC8216 6.2.2),
so we should be always matching on the first segment.

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