0
直播定點http://www.thecompletefinancialplan.com降低HTML5視頻
的加載時間我用videojs
球員在我的網站添加視頻。
視頻:KeithKolinskyCFP.mp4 - 25.5MB, KeithKolinskyCFP.webm - 31MB, KeithKolinskyCFP.ogv - 50MB
我已經等了至少30秒,它仍然還沒有開始在Mozilla玩,我互聯網連接並不慢。任何想法如何減少該視頻的加載時間。
我的代碼 -
<video id="example_video_1" class="video-js vjs-default-skin" controls preload="none" poster="http://www.thecompletefinancialplan.com/images/video.jpg" width="320" height="240" data-setup="{}">
<source src="http://www.thecompletefinancialplan.com/Keith_video.mp4" type='video/mp4' />
<source src="http://www.thecompletefinancialplan.com/Keith_video.webm" type='video/webm' />
<source src="http://www.thecompletefinancialplan.com/Keith_video.ogv" type='video/ogg' />
<object type="application/x-shockwave-flash" data="http://releases.flowplayer.org/swf/flowplayer-3.2.1.swf" width="320" height="240">
<param name="movie" value="http://releases.flowplayer.org/swf/flowplayer-3.2.1.swf" />
<param name="allowFullScreen" value="true" />
<param name="wmode" value="transparent" />
<param name="flashVars" value="config={'playlist':['http%3A%2F%2Fwww.thecompletefinancialplan.com%2FKeith_video.jpg',{'url':'http%3A%2F%2Fwww.thecompletefinancialplan.com%2FKeith_video.mp4','autoPlay':false}]}" />
<img alt="Big Buck Bunny" src="http://www.thecompletefinancialplan.com/images/video.jpg" width="320" height="240" title="No video playback capabilities, please download the video below" />
</object>
</video>