此接口只支持M3U8资源及MP4资源-永久无广告,已稳定一年多(注释:MP4资源只支持H264的 不支持H265)
直接在你播放器的js
里面添加(此处以整合自动下一集
及P2P视频加速
)
[wm_notice]第一种方法:[/wm_notice]
看好自己的网站是HTTP还是HTTPS 自己修改即可
MacPlayer.Html = '<iframe border="0"mozallowfullscreen="mozallowfullscreen"msallowfullscreen="msallowfullscreen"oallowfullscreen="oallowfullscreen"webkitallowfullscreen="webkitallowfullscreen" src="https://www.mtosz.com/m3u8.php?url='+MacPlayer.PlayUrl+'&next=//'+maccms.url+''+parent.MacPlayer.PlayLinkNext+'" height="'+MacPlayer.Height+'" width="100%" height="100%" marginWidth="0" frameSpacing="0" marginHeight="0" allowfullscreen="true" frameBorder="0" scrolling="no" vspale="0" noResize></iframe>'; MacPlayer.Show();
[wm_notice]第二种方案:[/wm_notice]
使用全局接口在你苹果cms 系统—–播放器参数设置—–接口地址:填写你搭建好的解析接口
解析接口(对应你网站是HTTP还是HTTPS):
https://www.mtosz.com/m3u8.php?url=
http://www.mtosz.com/m3u8.php?url=
1.在你player目录修改parse.js文件 为下面面的代码
if(MacPlayer.PlayLinkNext){
MacPlayer.Html='<iframe width="100%" height="'+MacPlayer.Height+'" src="'+MacPlayer.Parse+MacPlayer.PlayUrl+'&next=//'+maccms.url+''+parent.MacPlayer.PlayLinkNext+'" frameborder="0" allowfullscreen="true" border="0" marginwidth="0" marginheight="0" scrolling="no"></iframe>';MacPlayer.Show();
}else{
MacPlayer.Html='<iframe width="100%" height="'+MacPlayer.Height+'" src="'+MacPlayer.Parse+MacPlayer.PlayUrl+'" frameborder="0" allowfullscreen="true" border="0" marginwidth="0" marginheight="0" scrolling="no"></iframe>';MacPlayer.Show();
}
2.在你添加播放器的时候 举例:例如我添加qq 解析状态—启用 解析接口状态—为空即可 无视播放器代码即可 然后点击保存
其他cms的请自行研究。。。。。。。另提供几个免费播放器接口(只支持MP4和M3U8资源)
弹幕播放器https://www.mtosz.com/m3u8.php?url=
ckplayer播放器: https://www.mtosz.com/ckplayer.php?url=
openplayer播放器: https://www.mtosz.com/openplayer.php?url=
原版DPlayer播放器: https://www.mtosz.com/p2p.php?url=
阿里云播放器 https://www.mtosz.com/ali.php?url=
七牛播放器 https://www.mtosz.com/qiniu.php?url=
腾讯播放器 https://www.mtosz.com/tengxun.php?url=
video播放器https://www.mtosz.com/video.php?url=
- 最新
- 最热
只看作者