1 Star 3 Fork 2

鹏优创/在线视频播放器

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
index.html 1.54 KB
一键复制 编辑 原始数据 按行查看 历史
鹏优创 提交于 2022-04-29 22:37 . 优化间距,新增突破防盗链
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="referrer" content="never">
<title>在线视频播放器</title>
<meta name="viewport" content="width=device-width, inicial-scale=1.0" />
<link rel="stylesheet" href="css/bootstrap.min.css">
<script src="js/jquery.min.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/hls.min.js"></script>
<script>
$(document).ready(function () {
$.getScript('js/index.js')
})
</script>
</head>
<body style="display: none;">
<div class="container mb-4 mt-4">
<h2 class="mb-3">在线视频播放器</h2>
<div class="input-group mb-3">
<div class="input-group-prepend">
<button class="btn btn-dark" id="select">M3U8</button>
</div>
<input type="text" class="form-control border-dark" placeholder="请输入M3U8视频链接" id="url" />
<div class="input-group-append">
<button class="btn btn-dark" id="play">播放</button>
</div>
</div>
<div id="videoBox">
<video class="mt-2 rounded" controls="controls" width="100%"></video>
</div>
<div class="text-secondary mt-2">
说明:本软件由欧阳鹏开发于2021年9月20日,仅供内部人员学习交流使用,请勿用于任何其它用途,谢谢合作。邮箱:ouyangpengs@163.com
</div>
</div>
</body>
</html>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
HTML/CSS
1
https://gitee.com/oyps/online-video-player.git
git@gitee.com:oyps/online-video-player.git
oyps
online-video-player
在线视频播放器
master

搜索帮助