brianchirls / Seriously.js

A real-time, node-based video effects compositor for the web built with HTML5, Javascript and WebGL
MIT License
3.87k stars 354 forks source link

Fix Firefox compatibility in index.html example #125

Closed mtraeger closed 8 years ago

mtraeger commented 8 years ago

window.URL works overall browsers - now it works also in Firefox

also compatibility for Edge added to gUM

brianchirls commented 8 years ago

I probably need to replace or augment getUserMedia with navigator.mediaDevices.getUserMedia, but this is a good start for now. Thanks.

mtraeger commented 8 years ago

Maybe adapter.js can help with this issue (https://github.com/Temasys/AdapterJS)