I am using Video.js to play MP4 video on a client website. The player uses html5 video and Adobe Flash Player as a backup. (In my case, Flash always seems to be used, so I don't know if there is a problem in the native html5 player.)
The video only starts after the * .mp4 file is fully downloaded. So don't buffer for a few seconds. The file must be fully downloaded by the browser before it starts playing.
When the video is long, the visitor must wait a very long time before he even sees that the video is working.
Now the question is whether it is a browser, script (video.js) or a video file that creates this problem.
On the videojs.com website, the video plays during boot, so it works correctly. Therefore, I think this is not a browser.
Has anyone else had this problem? How can I fix this problem?
Any advice is greatly appreciated!
thanks
Max
max
source share