gstreamer/subprojects/gst-plugins-good/ext/adaptivedemux2/hls
Jan Schmidt 43e042c4b7 hlsdemux2: Implement LL-HLS flag and part-hold-back/hold-back in live.
Add a flag to hlsdemux to enable or disable LL-HLS handling.

When LL-HLS is enabled and an LL-HLS playlist is loaded, use the part-hold-back
threshold to choose a starting segment.

For live streams that aren't LL-HLS, use the provided hold-back attribute, or
fall back to landing 3 segments from the end.

Make the gst_hls_media_playlist_seek() method able to choose a partial segment
within 2 target durations of the end of the playlist when requested.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/3883>
2023-02-03 16:52:22 +00:00
..
gsthlsdemux-util.c hlsdemux2: Add and use gst_hls_media_playlist_find_position() 2023-02-03 16:52:21 +00:00
gsthlsdemux.c hlsdemux2: Implement LL-HLS flag and part-hold-back/hold-back in live. 2023-02-03 16:52:22 +00:00
gsthlsdemux.h hlsdemux2: Implement LL-HLS flag and part-hold-back/hold-back in live. 2023-02-03 16:52:22 +00:00
gsthlselement.c adaptivedemux2: Prevent duplicate symbols on static builds 2022-06-15 01:13:16 +00:00
gsthlselements.h adaptivedemux2: Prevent duplicate symbols on static builds 2022-06-15 01:13:16 +00:00
m3u8.c hlsdemux2: Implement LL-HLS flag and part-hold-back/hold-back in live. 2023-02-03 16:52:22 +00:00
m3u8.h hlsdemux2: Implement LL-HLS flag and part-hold-back/hold-back in live. 2023-02-03 16:52:22 +00:00
meson.build New HLS, DASH and MSS adaptive demuxer elements 2022-04-18 14:11:23 +00:00