bilibili / flv.js

HTML5 FLV Player
Apache License 2.0
22.82k stars 3.38k forks source link

ie11无法播放websocket-flv吗? #332

Open allen-hu-666 opened 6 years ago

allen-hu-666 commented 6 years ago

ie11无法播放 报错:

[IOController] > Loader error, code = 18, msg = SecurityError
[TransmuxingController] > IOException: type = Exception, code = 18, msg = SecurityError
SCRIPT5022: Uncaught, unspecified "error" event. (NetworkError)

ie11需要特殊配置还是需要做些其它工作?知道的麻烦帮忙解惑下,感激不尽

0079123 commented 6 years ago

查看MSE接口支持情况

Jasminff commented 5 years ago

ie11也无法支持http-flv,有什么好的直播插件推荐吗

EF1874 commented 3 years ago

this.player = flvjs.createPlayer({ type: "flv", isLive: true, url:ws://192.168.1.1:8888/rtsp/${this.videoId}/?url=${this.rtsp}, cros: true }); 不要使用localhost:8888