Skip to content
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

Screen and Window sharing not working on X #34

Open
polpoctopus opened this issue Oct 31, 2020 · 4 comments
Open

Screen and Window sharing not working on X #34

polpoctopus opened this issue Oct 31, 2020 · 4 comments

Comments

@polpoctopus
Copy link

polpoctopus commented Oct 31, 2020

Hi! The zoom application doesn't see any other window running in X. That's really strange because I tried inside the container to install and launch chromium from the zoom user and it could be able to capture other X11 windows' content without any problem. So it doesn't seem a matter of permissions, and #20 is already taken into account. Host is Archlinux, kernel 5.9.1 and I am using Sway on Wayland. Also logs do not seem to show anything on sharing. It seems to me that zoom doesn't even try to do the sharing.
2020-10-31_14-10-1604151965

@mdouchement
Copy link
Owner

I don't know if Sway on Wayland is causing the issue. Can you provide some logs? https://github.com/mdouchement/docker-zoom-us#troubleshooting
If the logs folder is not reachable from you host, you may able to reach it from the container.

@polpoctopus
Copy link
Author

polpoctopus commented Nov 1, 2020

I don't believe Sway is causing any problem, as screen sharing is perfectly working on e.g. a teams video call running on chromium from the zoom user inside the container as you can see from here
2020-11-01_01-11-1604190979porcodio

Logs are:

% sudo docker logs zoomus
Adding user "zoom" to group "sudo" ...
Adding user zoom to group sudo
Done.
zoom
Another composite manager is already running (wlroots wm)

and
the only file in ${ZOOM_HOME}/.zoom/logs is:
zoom_stdout_stderr.log

@mdouchement
Copy link
Owner

Not much details in stdout logs :/
Maybe somthing inside the container in the following directories:

  • /var/log
  • ~/
  • ~/.config

But zoomus on Linux should output logs in its .zoom/logs directory.

@polpoctopus
Copy link
Author

Sure!
Files in /var/log are:

  • /var/log/btmp is empty
  • /var/log/alternative.log alternatives.log
  • /var/log/dpkg.logdpkg.log
  • /var/log/faillog is empty
  • /var/log/fontconfig.log fontconfig.log
  • /var/log/lastlog is empty
  • /var/log/wtmp is empty

In the home directory:

  • ~/.config/zoomus is empty
  • ~/.zoom/logs/zoom_stdout_stderr.log is nonempty, identical to reply above
  • ~/.zoom/.zoom directory is empty

That's so strange, I also tried from firefox running inside the container, opened jitsi call and could share content of x windows without any problem

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants