H5 播放Hls


     移動端播放Hls可以直接利用 H5 ”Video“標簽,代碼很簡單,示例如下:

<!DOCTYPE html>
<html lang="en">
	<head>
		<meta http-equiv="Access-Control-Allow-Origin" content="*">
		<meta charset="utf-8">
	</head>
	<body>
		<div>
			<video id="my-player" class="vjs-tech" width="100%" height="100%"
			       controls="controls" autoplay="autoplay"
				   x-webkit-airplay="true" x5-video-player-fullscreen="true"
				   preload="auto" playsinline="true" webkit-playsinline
				   x5-video-player-type="h5">
				   <source type="application/x-mpegURL" src="http://106.14.83.12:12345/cgmedia/hls/getstream/addr=live/34020000001320000001@34020000001320000001/34020000001320000001@34020000001320000001.m3u8">
			</video>
		</div>
	</body>
</html>

  

如需交流可加QQ群766718184,1038388075 或者QQ3501870

視頻下載地址:http://www.chungen90.com/?news_33/

 Demo下載地址: http://www.chungen90.com/?news_34


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM