EricssonResearch / bowser

A WebRTC browser for iOS developed in the open
BSD 2-Clause "Simplified" License
208 stars 65 forks source link

Demo - Camera select not working? #35

Open Mattze96 opened 9 years ago

Mattze96 commented 9 years ago

On Android http://webrtc.github.io/samples/src/content/getusermedia/source/ works fine, but in bowser i can't select a camera to view.

mccob commented 9 years ago

It's only on Chrome browser. Not official specification about that

zevarito commented 9 years ago

@mccob there is still a way to achieve this or is not possible at all?

superdump commented 9 years ago

Someone needs to implement it. @stefhak implemented this for the Safari extension and that also uses the bridge. I expect that code could be repurposed for camera / microphone selection in Bowser. However, I believe we support the facingMode constraint to select either user (the front facing camera) or environment (the back side camera).

zevarito commented 9 years ago

That's cool, thanks.

On Mon, Apr 13, 2015 at 9:50 AM, Robert Swain notifications@github.com wrote:

Someone needs to implement it. @stefhak https://github.com/stefhak implemented this for the Safari extension and that also uses the bridge. I expect that code could be repurposed for camera / microphone selection in Bowser. However, I believe we support the facingMode constraint to select either user (the front facing camera) or environment (the back side camera).

— Reply to this email directly or view it on GitHub https://github.com/EricssonResearch/bowser/issues/35#issuecomment-92340953 .

Alvaro