目录
西瓜视频流媒体播放
Admin2/22/2024490 阅读
CDN导入依赖,也可以NPM安装,(该CDN仅供测试使用,线上请用自己或者公司的CDN资源)
language
https://xiaolong0418.com/cdn/xgplayer@3.0.12/dist/index.min.js
https://xiaolong0418.com/cdn/xgplayer-hls.js@3.0.12/dist/index.min.js
使用教程
language
<div id=\"banner\"></div>
let Player = new window.Player({
id: \"banner\",
url: \"https://cdn.xiaolong0418.com/blog/CDN/2/1.m3u8\",
autoplayMuted: true,
autoplay: true,
plugins: [window.HlsJsPlugin],
fluid: true,
loop: true,
controls: false,
fitVideoSize: \"auto\",
});
MP4转m3u8工具网站
language
https://www.mp4.to/m3u8/?lang=zh
评论
共 0 条 后参与评论