Player always stops after a minute in 1.5.2RC3
Created by: TobbeMobiTV
It seems that there is a problem with the bufferhandling in the 1.5.2 branch (from RC1 up to RC3). The sequences I've been testing all stops after close to a minute playing.
One example is: http://rdmedia.bbc.co.uk/dash/ondemand/testcard/1/client_manifest-events.mpd and another: http://vm2.dashif.org/dash/vod/testpic_2s/Manifest.mpd
When filtering the log for "Buffered Range" I see:
...
Debug.js:116 [428000][bufferController][audio] Buffered Range: 0 - 53.759999
Debug.js:116 [431678][bufferController][video] Buffered Range: 0 - 57.6
Debug.js:116 [431800][bufferController][audio] Buffered Range: 0 - 57.599999
Debug.js:116 [435578][bufferController][video] Buffered Range: 0 - 61.44
Debug.js:116 [435697][bufferController][audio] Buffered Range: 0 - 61.439999
but no increment in the BufferedRange after that.
@LloydW93 and @bbcrddave Can you have a look?