addyosmani / addyosmani/getUserMedia.js

IE 12/Edge in Windows 10 Beta

未关闭
#40 0 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
help-wanted
主要语言
JavaScript
星标
901
派生
155
PR 合并指标
30 天内没有已合并 PR

描述

Obviously, this may not be relevant for long since it's a beta build, but currently getUserMedia.js doesn't work on Windows 10/IE in Edge document mode. If I change to IE 11 document mode then it works fine.

![image](https://cloud.githubusercontent.com/assets/3195410/6884238/75a0204a-d59b-11e4-8c52-27b1d3731fac.png)

The problem seems to be that the Flash file doesn't load properly (after the fourth try calling register(), it gives up "Flash movie not yet registered"). Is the control possibly checking for a user agent as part of launching?

Also, there's a bug in demo.js:

```
deviceError: function (error) {
alert('No camera available.');
console.error('An error occurred: [CODE ' + error.code + ']');
},
```

The error object has no property when thrown from getUserMedia.js register() method. It should either be fixed by setting a code property for the error object, or not looking for that property in the demo class.

贡献指南

这个仓库没有索引到贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。