移动端播放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 
			       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

相关文章:

  • 2021-12-06
  • 2021-12-22
  • 2021-11-12
  • 2021-10-28
  • 2021-05-31
  • 2021-09-07
  • 2022-01-08
  • 2021-12-02
猜你喜欢
  • 2021-10-05
  • 2021-09-27
  • 2021-09-02
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案