Closed jadewong1011 closed 1 year ago
Hi , you can use mic only by following this :
sudo ./install-sound
before): droidcam-cli -a <phone ip here> <phone port here>
example :
droidcam-cli -a 192.168.0.9 4747
pacmd load-module module-alsa-source source_properties=device.description=DroidCam device=hw:Loopback,1,0
if you face any problem you can read this on their official website : https://www.dev47apps.com/droidcam/linux/
To add to the above suggestion, with DroidCam OBS an audio-only mode isn't supported but it is in the feature request list.
The current recommendation is to turn down video (use Low video quality and 640x480 resolution) which will significantly reduce the bandwidth requirements. The app architecture relies heavily on video being active before anything else, a mic-only option is considered an insignificant use-case due to the lower quality of phone mics.
Closing this an unrelated to the regular droidcam apps.
I am trying to do a setup where I use one android device as the mic and the other as the camera. While I can run both with camera and mic on OBS, the power consumption is profound. Also, streaming the data causes connection issues where an audio connection would require less bandwidth. Thank you.