html5 - Why is Google Chrome not loading my video? -
i have created 3 versions of video file using miro video converter facilitate different browsers , using following code play them...
<video class="rw-video video-js" data-settings="rw-green rw-flat-color rw-rounded" title="my movie title" preload="auto" controls width="800" height="400" id="examplevid1" poster="images/video.png" > <source src="images/movie1.mp4" type="video/mp4" /> <source src="images/movie1.ogv" type="video/ogg" /> <source src="images/movie1.webm" type="video/webm" /> <p>your browser not support video tag.</p> </video>
the video plays fine in firefox , safari not in chrome - appears play in chrome never starts - hourglass goes round , round , never plays. have checked filenames , video uploaded. ideas? wondered if chrome maybe interprets "preload="auto"" mean preload entire video fiddling didnt make difference see. movies around 50mb in total , load instantly in other browsers.
this google chrome bug prevents load more 6 mp4 videos. try putting preload="none"
on videos , start clicking on them. able open 6 of them on 7th video google chrome hang. how me, maybee happen sooner on system.
but trigger bug if have mp$ video among videos, best avoid mp4 format. solved using webm video format.
Comments
Post a Comment