[2.6.4] Regression: Uncaught TypeError: Failed to set the 'currentTime' property on 'HTMLMediaElement'
Created by: boris-petrov
Everything was working fine until 2.6.3
. With 2.6.4
I'm getting a:
Uncaught TypeError: Failed to set the 'currentTime' property on 'HTMLMediaElement': The provided double value is non-finite.
at VideoModel.js:92
This "non-finite" value is coming from this line in StreamController. I don't understand the code at all so I'm not sure whether this is a mistake on my side or really a regression.
Thanks for the hard work on dash.js
!