Relative Content

Tag Archive for androidbufferhttp-live-streamingexoplayerm3u8

Exoplayer backbuffer

I am using media3 Exoplayer to play m3u8 hls streams and there are m3u8 playlists which are only few seconds long. I would like to be able to seek back and play back the stream for at least 2 minutes… Some m3u8 lists have the possibility because the ts files are available from the server, but I am not in control of the streams. I’ve tried to use the loadControl with setBackBuffer and setBufferDurationsMs, combined and separately, but nothing worked. While playing the stream, the duration is always the same and the timeline position is reloading with every chunk.