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.59k stars 298 forks source link

RTMP和HTTP-FLV应该怎么使用呢 #227

Open kevinfay opened 9 months ago

kevinfay commented 9 months ago

使用的最近22年08月30日归档的版本 rtmp://xx.xx.xx.xx/live/ch1 firefox报错uncaught in promis DOMException: The media resource indicated by the src attribute or assigned media provider object was not suitable 使用http-flv http://xx.xx.xx.xx/live?port=1935&app=live&stream=ch1 不支持Http Content-type设为video/x-flv

以上两个地址使用flv.js都可以正常播放。