I\'m having issues seeking in video\'s using Chrome.
For some reason, no matter what I do, video.seekable.end(0) is always 0.
video.seekable.end(0)
When I call
If you wait for canplaythrough instead of loadeddata, it works.
canplaythrough
loadeddata
See this codepen example.