agarciadom / ipwebcam-gst

Simple shell script for using IP Webcam as a V4L2 webcam / sound source
http://xmleye.wordpress.com
616 stars 154 forks source link

how to run multiple cameras with this sh? #94

Closed lucioaguiar closed 3 years ago

lucioaguiar commented 4 years ago

I'm having trouble running multiple cameras, I'm going to work with live and I need to have at least 3 cameras, but I'm not able to specify the adb server.

I run: adb -P 5037 start-server adb -P 5038 start-server adb -P 5039 start-server

I believe that when executing "./run-videochat.sh" I need to specify the adb server or the device, I don't know how to specify the adb server and when I specify the device.

./run-videochat.sh -d XXXXXXXXXXXX

I get the following message: XXXXXXXXXXXX is not readable: please fix your permissions

My English is not so good.

I would like to understand how to run multiple cameras with this script. Thanks for listening.