Stream generation failed
Closed this issue · 3 comments
krancan commented
I get Stream generation failed alert when using live input. I think, https is problem. Is it possible to use live input via http? On localhost works perfect.
dav-m85 commented
Running the server with https solved the issue. I haven't found any mention of SSL being mandatory in the documentation, maybe I looked in the wrong place ? https://developer.mozilla.org/en-US/docs/Web/API/MediaDevices/getUserMedia
Ravenstine commented
Apparently, this is a Chrome thing and not something specific to the actual spec for getUserMedia.
https://webrtchacks.com/chrome-secure-origin-https/
Overall, I think it's a good decision. It's just a drag that any demos I have involving getUserMedia keep breaking every 8 or so months because of changes like this.