My Videos will not play on our website
New to Video-JS
My videos will not play on our website. The loading icon just spins and
the time elapsed moves, but no video. Code below.
IN HEAD
link href="http://vjs.zencdn.net/4.1/video-js.css" rel="stylesheet">
script src="http://vjs.zencdn.net/4.1/video.js"></script>
IN BODY
video id="example_video_1" class="video-js vjs-default-skin" controls
preload="none" width="399" height="298"
poster="./video/geelong.jpg"
data-setup="{}">
source src="http://wineonthego.com.au/video/geelong.mp4" type='video/mp4' />
track kind="captions" src="demo.captions.vtt" srclang="en"
label="English"></track>
!-- Tracks need an ending tag thanks to IE9 -->
/video
No comments:
Post a Comment