【发布时间】:2015-06-12 14:45:08
【问题描述】:
我正在使用 MediaSource 对象创建一个带有 HTML5 的音频播放器。
我的代码类似于MediaSource API Demo
但是在执行该行的时候
var ms = new MediaSource();
并且在Firefox 和Internet Explorer 上抛出异常
ReferenceError: MediaSource is not defined
在Firefox Support says 中表示此功能仅对Youtube 和Netflix 启用。
有办法处理这个限制吗?
在 Chrome 中,我没有问题!
【问题讨论】:
标签: html firefox web-applications internet-explorer-11 media-source