mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 03:19:40 +00:00
a08dd85608
When playing live HLS streams, the media playback starts from the beginning of the media playlist. When playing a live HLS stream, media playback should start from 3 fragments from the end of the playlist. See section 6.3.3. of the HLS draft [1] This commit changes the logic to select 3 fragments from the end when playing a live stream. [1] http://tools.ietf.org/html/draft-pantos-http-live-streaming-12#page-29 https://bugzilla.gnome.org/show_bug.cgi?id=727742 |
||
---|---|---|
.. | ||
gstfragmented.h | ||
gstfragmentedplugin.c | ||
gsthlsdemux.c | ||
gsthlsdemux.h | ||
gsthlssink.c | ||
gsthlssink.h | ||
gstm3u8playlist.c | ||
gstm3u8playlist.h | ||
m3u8.c | ||
m3u8.h | ||
Makefile.am |