1 Star 0 Fork 4

董志强 / PC端播放HLS视频1

forked from echopcn / PC端播放HLS视频1 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
index3.html 584 Bytes
一键复制 编辑 原始数据 按行查看 历史
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8 />
<title>videojs-contrib-hls embed</title>
<link href="https://unpkg.com/video.js/dist/video-js.css" rel="stylesheet">
<script src="https://unpkg.com/video.js/dist/video.js"></script>
<script src="https://unpkg.com/videojs-contrib-hls/dist/videojs-contrib-hls.js"></script>
</head>
<body>
<video id="my_video_1" class="video-js vjs-default-skin" controls preload="auto" width="640" height="268"
data-setup='{}'>
<source src="http://www.tony.com/hls/test.m3u8" type="application/x-mpegURL">
</video>
</body>
</html>
1
https://gitee.com/dong_zhi_qiang/pc_play_hls_video_1.git
git@gitee.com:dong_zhi_qiang/pc_play_hls_video_1.git
dong_zhi_qiang
pc_play_hls_video_1
PC端播放HLS视频1
master

搜索帮助