You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm new to ExoPlayer and trying to stream a live DASH feed to it. My .mpd file defines the @timeShiftBufferDepth="PT0H30M0.000S" attribute with the @profiles="urn:mpeg:dash:profile:isoff-live:2011" profile. When ExoPlayer connects to my stream, it plays perfectly. However, I was expecting to be able to use the seek-bar to travel through the server's 30 minutes time-shift buffer. As of now, when I play with the seek-bar, it just moves by a few milliseconds, as if live edge was the only option for my stream.
I'm new to ExoPlayer and trying to stream a live DASH feed to it. My .mpd file defines the @timeShiftBufferDepth="PT0H30M0.000S" attribute with the @profiles="urn:mpeg:dash:profile:isoff-live:2011" profile. When ExoPlayer connects to my stream, it plays perfectly. However, I was expecting to be able to use the seek-bar to travel through the server's 30 minutes time-shift buffer. As of now, when I play with the seek-bar, it just moves by a few milliseconds, as if live edge was the only option for my stream.
Here is my full MPD file:
Did I misconfigure anything or is my used-case simply not supported by DASH or the ExoPlayer?
Thank you for your help,
Fred
The text was updated successfully, but these errors were encountered: