hilongjw / vue-video

A HTML5 video player component for Vue.js
https://hilongjw.github.io/vue-video
327 stars 94 forks source link

Seeking video beyond what is loaded can break playback #2

Closed bees closed 2 years ago

bees commented 8 years ago

Experiencing this on Chrome 50.0.2661.102

If you try to seek to a value outside of the range specified by HTMLMediaElement.seekable, the media stops playing (expected) and becomes unresponsive (not expected). I've had this problem on one of my projects and I haven't been able to come up with a good solution yet.