-
Notifications
You must be signed in to change notification settings - Fork 373
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Demos stopped working #84
Comments
OK so it seems that calling video.src = compatibility.URL.createObjectURL(stream); with: video.srcObject = stream; and it should work just fine. Would do it myself, but I don't see the demos sourcecode here :( |
Hard to know if I should use this library without seeing a demo. And yes, I realize I can download it and run it locally, but it would be so much easier if this simple change was made. |
Exactly. https://developer.mozilla.org/en-US/docs/Web/API/URL/createObjectURL#Usage_notes
|
Hi, it seems that the demos stopped working at all, there seems to be a problem with the MediaStream:
The text was updated successfully, but these errors were encountered: