gstreamer/gst/hls
Youness Alaoui 55e4206159 hlsdemux: Report the correct timestamp for live streams
Buffers would always start with timestamp 0 and we'd start streaming
from the first buffer, but live streams always start streaming from
the last fragment - 3 fragments in the playlist, which makes its
timestamp, as returned by get_next_fragment, be whatever position
they had in the playlist. This makes sure the position correctly
reports the position of the buffer in the playlist, and added a shifting
variable to allow seeking in the middle of fragments.
2011-09-09 12:21:36 +02:00
..
gstfragmented.h hlsdemux: Add HTTP live streaming demuxer element 2011-03-30 09:19:20 +02:00
gstfragmentedplugin.c hlsdemux: Add HTTP live streaming demuxer element 2011-03-30 09:19:20 +02:00
gsthlsdemux.c hlsdemux: Report the correct timestamp for live streams 2011-09-09 12:21:36 +02:00
gsthlsdemux.h hlsdemux: Report the correct timestamp for live streams 2011-09-09 12:21:36 +02:00
m3u8.c hlsdemux: Report the correct timestamp for live streams 2011-09-09 12:21:36 +02:00
m3u8.h hlsdemux: Report the correct timestamp for live streams 2011-09-09 12:21:36 +02:00
Makefile.am android: make it ready for androgenizer 2011-04-11 07:27:11 +02:00