Temasys / AdapterJS

AdapterJS Javascript Polyfill and Tools for WebRTC - Skylink WebRTC
http://skylink.io/web
Other
430 stars 100 forks source link

getUserMedia issue #89

Closed jauhenk closed 8 years ago

jauhenk commented 9 years ago

Hey, I've found an issue with getUserMedia. When I use audio and video streams and call getUserMedia second time I get an error "Failed to create video track". Could you please take a look?

serrynaimo commented 9 years ago

Do you have some more information about browser/os use-case? with or without plugin?

z0r1k commented 9 years ago

Could it be related to this issue? https://github.com/Temasys/AdapterJS/issues/79

johache commented 8 years ago

If you are on Windows, this is probably a know limitation, coming from the OS. Windows will only let 1 capturer exist on any camera at any one time. On Mac, this limitation does not exist.

If that was the issue, this is a won't fix. Closing the issue.

mhofman commented 8 years ago

@johache I believe the plugin should be able to successfully handle multiple active streams following multiple gUM calls in the same tab, even on Windows. Is that the case right now? Of course you can't make the same assurance in multiple tabs since the plugin might get loaded in separate processes.

vinayakkedge commented 7 years ago

I am facing this issue right now. Can somebody help me with this?

johache commented 7 years ago

See my answer above.