mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-07 16:05:47 +00:00
964ee0299d
RFC 8216 6.3.3 "Playing the Media Playlist File" : states that for live media playlists "the client SHOULD NOT choose a segment that starts less than three target durations from the end of the Playlist file" This is an off-by-one error. Since we are looking for the "index" of the segment, we need to subtract 1 from the searched position. Ex: For a playlist with 12 entries, we want to start playback on the 9th segment ... which is at index 8. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/2259> |
||
---|---|---|
.. | ||
dash | ||
hls | ||
mss | ||
downloadhelper.c | ||
downloadhelper.h | ||
downloadrequest.c | ||
downloadrequest.h | ||
gstadaptivedemux-period.c | ||
gstadaptivedemux-private.h | ||
gstadaptivedemux-stream.c | ||
gstadaptivedemux-track.c | ||
gstadaptivedemux.c | ||
gstadaptivedemux.h | ||
gstadaptivedemuxutils.c | ||
gstadaptivedemuxutils.h | ||
gstisoff.c | ||
gstisoff.h | ||
meson.build | ||
plugin.c |