gstreamer/ext/hls
Sebastian Dröge b3a7242910 hlsdemux: Keep track of timestamps by adding them up during playback
...instead of adding them from the start of playlist every time. This
among other things fixes timestamps for live streams, where the playlist
is some kind of ringbuffer of fragments and thus adding from the beginning
of the playlist will miss the past fragments.

https://bugzilla.gnome.org/show_bug.cgi?id=724983
2014-02-23 15:18:22 +01:00
..
gstfragmented.h Make the hls plugin depend on gnutls and move to ext/hls/ 2013-03-19 10:54:18 +01:00
gstfragmentedplugin.c Make the hls plugin depend on gnutls and move to ext/hls/ 2013-03-19 10:54:18 +01:00
gsthlsdemux.c hlsdemux: Keep track of timestamps by adding them up during playback 2014-02-23 15:18:22 +01:00
gsthlsdemux.h hlsdemux: Refactor threading and downloading 2014-02-23 00:10:45 +01:00
gsthlssink.c hlssink: do not lose ref to the multifilesink 2013-11-07 12:50:55 -03:00
gsthlssink.h Make the hls plugin depend on gnutls and move to ext/hls/ 2013-03-19 10:54:18 +01:00
gstm3u8playlist.c hlssink: Use floats for the EXTINF duration values 2013-09-28 13:20:08 +02:00
gstm3u8playlist.h Make the hls plugin depend on gnutls and move to ext/hls/ 2013-03-19 10:54:18 +01:00
m3u8.c hlsdemux: Keep track of timestamps by adding them up during playback 2014-02-23 15:18:22 +01:00
m3u8.h hlsdemux: Keep track of timestamps by adding them up during playback 2014-02-23 15:18:22 +01:00
Makefile.am hlsdemux: Prefer to use nettle for decryption but fall-back to libgcrypt 2014-02-09 18:52:24 +01:00