hydra-synth / atom-hydra

78 stars 29 forks source link

Fix stream handling #30

Closed toiminto closed 4 years ago

toiminto commented 4 years ago

"Instead of setting the src property to URL.createObjectURL(stream) you're now supposed to set the srcObject property to the stream directly." - from https://stackoverflow.com/questions/53626318/chrome-update-failed-to-execute-createobjecturl-on-url/53734174

This fixed the initScreen failing for me (running latest atom on windows 10) for two different computers.