[Bug 780233] m3u8: Consider URI repeat as white list

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Sat Mar 18 04:39:44 UTC 2017


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

--- Comment #2 from Seungha Yang <sh.yang at lge.com> ---
Hello slomo

I have some live hls manifests which have AD insertion between programs.
During the AD time, the ADs are repeated several times with DISCONTINUITY tags.
And the some fragments for ADs have same URIs. Should we consider that kinds of
manifests as inconsistent manifest?

For example,
#EXT-X-MEDIA-SEQUENCE:37
#EXTINF:xxx
http://my-content/content1.ts
#EXTINF:xxx
http://my-content/content2.ts
#EXT-X-DISCONTINUITY
#EXTINF:xxx
http://my-content/ad1.ts
#EXTINF:xxx
http://my-content/ad2.ts
#EXT-X-DISCONTINUITY
#EXTINF:xxx
http://my-content/ad1.ts
#EXTINF:xxx
http://my-content/ad2.ts
....
#EXT-X-DISCONTINUITY
#EXTINF:xxx
http://my-content/content3.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