Francis Goris
Francis Goris

Reputation: 85

GetUserMedia alternative API

GetUserMedia alternative API for capturing audio and video connections Peer to Peer because getUserMedia in Developing this, is there any alternative or could help me with browsers that support. Any idea?

Upvotes: 1

Views: 1830

Answers (2)

cosmoloc
cosmoloc

Reputation: 2994

I recently worked on WebRTC and was able to stream video easily. Following links helped me implement my requirements :
* http://mozilla.github.io/webrtc-landing/
* Google Chrome extension : https://developer.chrome.com/extensions/samples#search
* Chrome and Firefox extenion : https://github.com/muaz-khan/WebRTC-Experiment

Upvotes: 0

Benjamin Trent
Benjamin Trent

Reputation: 7566

Though I am not sure what your absolute goal is or how it would negate using WebRTC, here are some other options for you.

Upvotes: 1

Related Questions