EasyDarwin / EasyPlayer.js

EasyPlayer.js H5播放器,是一款免费的能够同时支持HTTP、RTMP、HTTP-FLV、HLS(m3u8)直播与点播等多种协议,支持H.264、H.265、AAC等多种音视频编码格式,支持mse、asm、wasm等多种解码方式,支持Windows、Linux、Android、iOS全平台终端的H5播放器。EasyPlayer.js H5 Player support HTTP/RTMP/HTTP-FLV/HLS(m3u8) live streaming & vod streaming,support H.264/H.265/AAC video & audio codec,support mse/asm/wasm decode mode,support Windows/Linux/Android/iOS platform,EasyPlayer.js uses leading-edge technology.
http://www.tsingsee.com/
1.66k stars 313 forks source link

请求m3u8时重定向问题 #162

Open lishaoxin123 opened 2 years ago

lishaoxin123 commented 2 years ago

在请求m3u8时,看源码只做了对ts列表的拿取,如果出现第一次请求m3u8返回的是一个重定向链接就会一直重复请求没有任何结果,需要在compoment-main.js 加个正则匹配出,var reg= /(https?|http|ftp|file):\/\/[-A-Za-z0-9+&@#/%?=~|!:,.;]+[-A-Za-z0-9+&@#/%=~|]/g; i(C.responseText.match(reg)===null?o.url:C.responseText.match(reg)[0],1)})