-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PPA, Updated Readme, Sound #1
Conversation
This file stayed there even after sudo apt remove droidcam
Cool patches, thanks! I installed the PPA, but had to overcome an obstacle during the process. Deb package version in PPA is Tried to use Droidcam with MS Teams for Linux Preview version 1.3.00.16851. Video works. Audio device is found as a microphone, but I could not hear sound on the test "echo" call. Alsamixer, on the contrary, shows that "Loopback" device has only "Playback" volume, but no "Capture" volume. |
After the merging I found that the pull request adds |
Sound: I have not tested sound myself as phone microphone stopped functioning recently (I only checked that there is a new sound input device, so I thought it would work), I will have to get one of my parents' phones to test. Versioning: There are two ways to generate a ppa package in Launchpad.
You will still get automatic updates from the PPA once you remove the gitignore Yes, A possible bug I saw that you are using Ubuntu 20.04, which probably uses Kernel 5.4. I encountered a bug with Kernel 5.4 in Linux Mint 19.3 (based on Ubuntu 18.04). With this kernel, I cannot execute |
Please enable |
OK.
OK. Thanks for the explanation. :)
Added
Yes, Ubuntu 20.04 uses Kernel 5.4 by default, but on my system I use Kernel 5.7 from https://liquorix.net/
Yes, absent. When I still used Kernel 5.4, I didn't experience that bug either, IIRC. However, when I started using Kernel 5.7, I had compilation issue when compiling the usual
Enabled |
Have a look at the latest comments in issue 49 of aramg/droidcam. The developer of Droidcam is against 3rd party redistribution. |
Hello Droidcam works fine in a 18.04 Ubuntu installation, connecting the phone and the computer to the same WIFI network. Nonetheless I would like to get the following working:
When I tried the following it didn't work: I connected droidcam and I played youtube videos at the same time and then the sound did not reach the phone, it stayed at the computer. Moreover, in case I connected a bluetooth headset to the phone, the mic of the headset kept playing no role at all. The only mic that worked was the phone's mic. Does anyone know how to do this? Thanks in advance |
We are not the developers of Droidcam. We tried to package Droidcam so that it can be installed easily, but unfortunately, the developer does not want 3rd party distribution of the software (because that would increase support requests in case the packaging is faulty). Droidcam is meant for using the phone mic and webcam with computer, so feature 1. does not really apply to Droidcam. |
I have slightly modified the install scripts, and added the
install-sound
to thepostinst
script to enable sound.I also changed architecture:
any --> amd64
so that users won't be able to install (and then complain that it doesn't work) it in ax86
orarmhf
computer.In future, we can build armhf binaries following this method, and put it in another .zip file to build armhf .deb packages, using this strategy.
The user will have to run the command
pacmd load-module module-alsa-source device=hw:Loopback,1,0 source_properties=device.description=droidcam_audio
to enable sound after running droidcam, but we can later automate that in the .deb package with a script like this.I have also updated the README (fixed broken image link, edited link to PPA).
And finally, now there's a Launchpad PPA based on this repository. It will be be very easy to update the package in PPA in future, only the bundled .zip file and the
debian/changelog
has to be updated.I have tested that it works, I will do more testing in another computer. Meanwhile, it would be great if you can test the PPA as well. Then I will notify the author of droidcam about the PPA.