qubes-video-companion
qubes-video-companion copied to clipboard
Securely stream webcams and share screens across virtual machines. Project moved: https://github.com/QubesOS/qubes-video-companion
Qubes Video Companion will be a core part of a future Qubes OS release. This requires that it be moved to the @QubesOS organization on GitHub. Would creating a blank...
I am running Qubes 4.1, with dom- running Fedora 32, typing `sudo qubes-dom0-update qubes-video-companion` resulrs in No match for argument: qubes-video companion. Same with `sudo dnf install qubes-video-companion` in templates
This PR implements multi monitor screen share support.
``` work% qubes-video-companion webcam The v4l2loopback kernel module is not installed. Please run the following script to install it: /usr/share/qubes-video-companion/scripts/v4l2loopback/install.sh work% /usr/share/qubes-video-companion/scripts/v4l2loopback/install.sh gpg: key B65019C47F7A36F8: "IOhannes m zmölnig " not...
Hello! Thanks for your work Sorry it's probably a newbie question, I don't have any experience at all in building from source, but I really need this tools for my...
In order to run `build/create-rpm.sh` you need `rpmdevtools`. ``` ./buid/create-rpm.sh: line 76: rpmdev-setuptree: command not found ``` So either: * detect that in the script and print a better help...
``` [user@untrusted qubes-video-companion]$ DEBUG=1 ./build/create-rpm.sh + set -E + trap exit ERR + '[' '' == dom0 ']' +++ readlink -f ./build/create-rpm.sh ++ dirname /tmp/qubes-video-companion/build/create-rpm.sh + local_dir=/tmp/qubes-video-companion/build + cd /tmp/qubes-video-companion/build...
On my system, webcams are attached to `sys-usb`. One alternative is to specify the target in qrexec policy instead. I will fix this.
Clone repo and try: ``` $ tar czvf qubes-video-companion_1.0.0.orig.tar.gz qubes-video-companion $ cd qubes-video-companion $ dpkg-source --before-build . $ dpkg-buildpackage -us -uc ``` Result: ``` (...) make[1]: Entering directory '/home/debian/qubes/qubes-video-companion' make...
Hello, I want to use my internal webcam of my notebook in the Zoom app. Currently it is attached to dom0, as it is connected as an usb device. I...