近期做了一個小網站,其中一部分視頻模塊,所以考慮到了視頻插件的調用問題。在尋找插件過程中分別使用了H5Video標簽與Flvplayer、ckplayer、CuPlayerV4、HLSPlayer等插件方法的調用,樓主在此做一個簡單的匯總,希望對大家有所幫助(文章后面會提供部分百度網盤下載地址):
H5 Video標簽(Video支持視頻格式:Ogg、MPEG 4、WebM):
<video id="video" controls="controls" preload="auto" poster="這里為封面圖路徑" width="100%" height="auto">
<source src="<?php echo base_url("這里為視頻路徑")?>" type="video/mp4">
</video>
Flvplayer(需要下載flvplayer.swf):
<embed type="application/x-shockwave-flash" width="100%" height="200"
pluginspage="http://www.macromedia.com/go/getflashplayer"
quality="high" allowfullscreen="true"
src=flvplayer.swf所在路徑?IsAutoPlay=0&BarPosition=1&IsShowBar=1&vcastr_file=視頻路徑>
</embed>
CKplayer(需下載ckplayer包,地址:http://www.ckplayer.com/down/,無法單獨調用ckplayer.swf,詳細設置參見官網,地址http://www.ckplayer.com/manualX/,這里只提供簡單調用方法)
<embed src="包內的ckplayer.swf路徑" flashvars="video=視頻地址" quality="high"
width="480" height="400" align="middle" allowScriptAccess="always" allowFullscreen="true" type="application/x-shockwave-flash">
</embed>
CuPlayerV4(也需要下載CuPlayerV4包,官方下載似乎有問題,需要的在文后鏈接中提取)
<embed src="包內的ckplayer.swf路徑" flashvars="&CuPlayerSetFile=CuPlayerSetFile.xml&CuPlayerFile=視頻路徑&
CuPlayerImage=封面圖路徑" quality="high" bgcolor="#000000" width="600" height="400" name="simplevideostreaming" align="middle" allowScriptAccess="sameDomain" allowFullScreen="true" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
HLSPlayer(需要下載HLSPlayer)
<embed src="HLSPlayer.swf路徑" type="application/x-shockwave-flash" allowscriptaccess="always"
allowfullscreen="true" width="100%" height="200" quality="high"
flashvars="file=視頻路徑&qualitymonitor.pluginmode=FLASH&controlbar.position=over&poster=封面圖路徑&">
</embed>
小結:H5video標簽用起來十分方便無需引用任何插件,如果使用網頁播放盡量選用mp4格式,視頻轉碼請使用視頻編碼AVC(h264);
使用Flvplayer請注意原始視頻的寬高尺寸,最大化時可能出先畫面壓縮放大情況;CuPlayerV4使用時忘記問題所在了,似乎是界面美觀度的問題;HLSPlayer
暫未發現很明顯的弊端,播放界面的右下角有個小鯨魚圖標,點擊會有外鏈。
附件:1、ckplayer:鏈接: https://pan.baidu.com/s/1XSoJr9wJ8_Dd7YvumsKPlg 提取碼: j5ur
2、CuPlayerV4:鏈接: https://pan.baidu.com/s/1_bcN7PxKSj6Ban9L1Th_Hg 提取碼: n389
3、flvplayer.swf:鏈接: https://pan.baidu.com/s/1rrqruF3yODFH2R05_PiK8g 提取碼: y3cu
4、HLSPlayer.swf:鏈接: https://pan.baidu.com/s/1AidrGBZ5KtOxmW4z9zltyA 提取碼: qm75