gstreamer/ext/hls
Jan Alexander Steffens (heftig) 7690a4a521 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.

https://bugzilla.gnome.org/show_bug.cgi?id=788417
2017-10-19 15:47:04 +02:00
..
gsthls.h hls: rename plugin from fragmented to hls 2015-12-01 17:51:34 +00:00
gsthlsdemux-util.c hlsdemux: Fix checking adaptation_field_control field to parse pcr 2017-03-03 14:20:45 +11:00
gsthlsdemux.c hlsdemux: fix compilation with OpenSSL 1.1.0 2017-09-05 15:54:48 +03:00
gsthlsdemux.h hlsdemux: fix compilation with OpenSSL 1.1.0 2017-09-05 15:54:48 +03:00
gsthlsplugin.c hlssink2: New HLS sink element based on splitmuxsink 2017-05-12 12:03:10 +02:00
gsthlssink.c hlssink: Remove some unused struct fields 2017-04-19 12:36:46 +01:00
gsthlssink.h hlssink: Remove some unused struct fields 2017-04-19 12:36:46 +01:00
gsthlssink2.c hlssink2: New HLS sink element based on splitmuxsink 2017-05-12 12:03:10 +02:00
gsthlssink2.h hlssink2: New HLS sink element based on splitmuxsink 2017-05-12 12:03:10 +02:00
gstm3u8playlist.c hls: rename plugin from fragmented to hls 2015-12-01 17:51:34 +00:00
gstm3u8playlist.h hls: m3u8playlist: more clean-ups 2015-09-30 00:43:26 +01:00
m3u8.c m3u8: Don't try to match URIs when we have media sequences 2017-10-19 15:47:04 +02:00
m3u8.h hlsdemux: Add support for EXT-X-DISCONTINUITY-SEQUENCE 2017-03-02 19:05:57 +02:00
Makefile.am Remove plugin specific static build option 2017-05-16 14:05:52 -04:00
meson.build hlssink2: New HLS sink element based on splitmuxsink 2017-05-12 12:03:10 +02:00