Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to choose input video device for webrtc?

Tags:

I am studying webRTC application.

My reference is this software

apprtc https://code.google.com/p/webrtc/source/browse/trunk/samples/js/apprtc/

demo https://apprtc.appspot.com/

My computer has bult-in video device and apprtc uses this video device . However I want to use USB-video camera instead.

I am searching the way to change input video devices. But I couldn't find any clue in source files.

does anyone has information?

like image 693
whitebear Avatar asked Jan 30 '13 18:01

whitebear


1 Answers

On Chrome:

chrome://settings/content/camera chrome://settings/content/microphone 

enter image description here

On Firefox: media.navigator.permission.disabled=false

enter image description here

like image 187
Muaz Khan Avatar answered Oct 01 '22 23:10

Muaz Khan