Closed JohnMcLear closed 6 years ago
https://github.com/addyosmani/getUserMedia.js seems to match our API the closest.
@bit as you wrote the initial API would you like to introduce this shim as it will overwrite a fair chunk of your code or would you prefer if I did it?
I think we should remember.
1) Introducing a shim/additional file to get will slow things down a little 2) Plugging into the shim will be impossible so hopefully the API is exposed enough and well enough documented for all of our edge cases.
Cheers :)
https://github.com/addyosmani/getUserMedia.js does not support WebRTC (PeerConnection). It only implements getUserMedia so that not enough. Will also look at the other options.
Another question I would have is: In what situations can people install a plugin for IE/Safari but not install Chrome or Firefox?
@bit fair question, in short I don't know. I think the barrier for installation is considered to be lower and the user experience is better if they can continue using the same browser they are used to.
@bit I'm happy to fund this work if we can agree on a schedule, does that work for you?
@bit *Bump, any chance you can please email me to chat?
@JohnMcLear ok lets chat, sent you a mail.
I think the browsers now support this! Can be closed?
https://code.google.com/p/webrtc4all/ looks like it might be useful. https://github.com/addyosmani/getUserMedia.js also looks good, bit more active too. https://temasys.atlassian.net/wiki/display/TWPP/WebRTC+Plugins/ is the final choice..
I will read more about all of them and decide which I personally prefer.