Bug: seek() doesn't work always
Created by: 72lions
Hi everyone,
the seek function https://github.com/Dash-Industry-Forum/dash.js/blob/development/app/js/streaming/MediaPlayer.js#L116 doesn't always work. The console log shows the following:
BufferController video seek: 107 dash.js:3215
BufferController audio seek: 107 dash.js:3215
(13) Tons of bandwidth available, go all the way up. dash.js:3215
So, it just continuously logs that there is tons of bandwidth but it doesn't really seek. I discovered though that if I pause and then resume sometimes it actually seeks.
The same happens if I change the seekTime
value on the actual video tag.
I tried it on Chrome 37.