Cannot search video.js in Chrome

I encountered this problem a couple of times: searching for video in the video.js player is possible in any browser except chrome. This means that clicking on the progress bar will not change the current position of the video.

+4
source share
2 answers

In my case, the problem was that the server supplied the video with the HTTP code OK (200). Instead, he must return Partial Content (206).

check if the server is a problem, insert a test video as in the online example on videojs.com, i.e. download Disney videos from http://video-js.zencoder.com/oceans-clip.mp4 instead of your own server.

+5

Chrome .

Chrome, , .   firefox IE .

, currentTime (10).

+3

All Articles