video.js - Player doesn't reload (download) when pause -



video.js - Player doesn't reload (download) when pause -

i'm new videojs, trying streaming video link add together videojs, it's play ok problem when click pause button, saw streaming bar stop too, , if pause long, it'll show message "...error network download...".

here code:

<!doctype html> <html> <head> <title>video.js | html5 video player</title> <!-- chang urls wherever video.js files hosted --> <link href="video-js.css" rel="stylesheet" type="text/css"> <!-- video.js must in <head> older ies work. --> <script src="video.js"></script> </head> <body> <video id="example_video_1" class="video-js vjs-default-skin" controls preload="none" width="640" height="264" poster="http://video-js.zencoder.com/oceans-clip.png" data-setup="{}"> <source src="https://r4---sn-oguesney.c.docs.google.com/videoplayback?requiressl=yes&shardbypass=yes&cmbypass=yes&id=de55ccae62995d9e&itag=18&source=webdrive&app=docs&ip=153.161.152.244&ipbits=0&expire=1413906775&sparams=requiressl,shardbypass,cmbypass,id,itag,source,ip,ipbits,expire&signature=325f9294f189e8105901f78920e32fd23f9618d1.41c07d0c50787a79642dad6f0deeba4d6b538bd3&key=ck2&mm=30&ms=nxu&mt=1413903097&mv=u&nh=igpwcjaxlm5ydde5kgkxmjcumc4wlje&type=video/mp4;%20codecs=%22avc1.42001e,%20mp4a.40.2%22&quality=medium" type='video/mp4' /> <p class="vjs-no-js">to view video please enable javascript, , consider upgrading web browser <a href="http://videojs.com/html5-video-support/" target="_blank">supports html5 video</a></p> </video> </body> </html>

after check, saw preload worked on ie 11 others, it't not!

update

i saw if utilize flash type instead of html5, when press pause, player still download video play later.

what going on?

video.js

Comments

Popular posts from this blog

xslt - DocBook 5 to PDF transform failing with error: "fo:flow" is missing child elements. Required content model: marker* -

mediawiki - How do I insert tables inside infoboxes on Wikia pages? -

Local Service User Logged into Windows -