-
-
Notifications
You must be signed in to change notification settings - Fork 232
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
feature request: please add support for Zoom meeting #193
Comments
I'll see what I can do |
I'm also interested in having Zoom available on arm, if there is any way I can help please let me know |
I'll start adding some lib tomorrow or this week end. Need to start with xcb-xfixes, but this one needs many wrapping trick, so it's an anoying one... |
Ok, Zoom seems to work now. Use the "Other Linux OS" download to grab the 32bits generic tar.gz, and don't forget to update box86. I haven't tested, I just know it start. |
The UI is working perfectly, however every request get a timeout and I can't figure out why. Do you think there's a problem with |
I don't know, I'll try to connect on some conf later, and see what it does. |
Thanks! |
hi @ptitSeb when trying to join the meeting, the connection gets established and you will see participants but gets stuck loading into room. this is the error |
Oh, so the SSE3 opcode fixing I did not too long ago helped :) ! |
Thanks I'll test it later. Working on a zoom for rpi video using box86! |
Yes, that could be a very usefull feature, especially in this time of covid, work from home, and lockdown! |
thanks just tested it, i think it needs 1 more op code |
I'm getting an error after installing this Zoom solution with PiKiss.
|
on what OS are you trying and is your box86 up-to-date? |
Latest Raspberry Pi OS Buster. The box86 was freshly compiled. I've run the PiKiss Zoom script. Are you familiar with it? |
Yes I'm familiar with the script. I rechecked with latest box86 and got no isue on my side. Can you try with |
I get:
Shouldn't I have run |
I was expecting box86 to be installed in the system, with binfmt integration, so it would automatically call box86. It seems not. Also, author of pikiss found out that the sources of box86 weren't updated if box86 was already present. Can you do |
Build date:
|
That version should run zoom, but it doesn't hurt to update... and then try |
OK, I've compiled box86 following the instructions, and now it says
How to achieve that? After following the compilation instructions, I ran |
Did you mean to insert spaces between the words, like
|
You need to reboot the 1st time (or restart systemd binfmt deamon). Next time it's ok, you wont need anything.
Yes, spaces were lost in the copy/paste...
Strange, gdb should be called there?! |
Sure.
I think it ended in a gdb shell? ¯_(ツ)_/¯ |
OK, was able to restart
|
You need to use |
Try to use |
OK.
|
Ok, that's seems to be the typical "run 0x0000000" type of crash. The debug will not help. Try to run with Is your system recently installed or did you do a lot of hacking on it? |
I haven't worked on this latelly. I'm unsure what goes wrong here. If it's a badly wrapped pulseaudio function, an issue with an opcode or something else. |
Thanks for the quick response. Will look for the working combi of versions, if only to try narrow down the issue. |
I don't know which commit did it, but it seems that Zoom is now working quite well under box86. It detects my camera and can use my headset's microphone as well as my usb soundcard. |
With current box86 version and latest Zoom? |
that is correct. |
Nice! |
Great news!
Latest Raspbian OS?
Will test on Tuesday!
Met vriendelijke groeten, Onno
… Op 23 mei 2021 om 16:08 heeft Ian Sutter ***@***.***> het volgende geschreven:
With current box86 version and latest Zoom?
that is correct.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
I can confirm that it is working for me |
@Yhozen What SBC, OS + version, box86 commit hash, Zoom version did you test? I tested on my Asus TinkerBoard, Armbian 21.05, box86 commit hash: 78bafd8, Zoom 5.4.53391.1108 and 5.3.469451.0927. Same result - bad mic working. |
ugh... it appears that I spoke too soon. My camera and microphone are detected, but the microphone doesn't appear to work quite yet... I will try and see if I can force alsa use instead of pulse. |
Since my last tests there is no new Zoom version, no new Raspbian version, so only tested with latest Box86: built fresh on my RPI4. Unfortunately the (LogiC922 webcam)mic still does does not work :-( |
box64 exist, but it's not public yet, and I haven't tried zoom client on it yet neither. |
If you want I’m willing to test it, report back the results…
… Op 25 mei 2021 om 11:06 heeft ptitSeb ***@***.***> het volgende geschreven:
box64 exist, but it's not public yet, and I haven't tried zoom client on it yet neither.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Still not working for me. Same low squeaks from my MS VX 5000 webcam mic. |
I have tested the zoom and only the web cam video is working, but the audio is still not working. I tested a USB mic but it didn't work. |
@ptitSeb... please try to find and fix this. I see more posts on raspberry pi forums saying their mic doesn't work with zoom and box86. It would help a lot of people if this worked. Thanks. |
Yes, I know. I have to work on this issue to understand were the problem comes from. |
My window for needing Zoom on the Pi is closed, but before I drop off the mailing list, I wanted to thank you for your work. The performance is quite surprising, even if there are still some difficult multimedia bugs. |
I have a theory that I am going to test with this problem... I will report back when I have my results |
Hey, wondering the best way to enable some zoom config options. I tried putting them in the ~/.config/zoomus.conf but the entries got ignored /overwritten. Found a link NixOS/nixpkgs#69352 that suggests that SSO can be handled by the embedded browser rather than spawning chromium. |
Also, do you know where the mimetype handlers are being installed? the "Launch Zoom" button is using zoomus:// handler and I don't think this is being picked up by the zoom application. |
Any Luck so far? |
Unfortunately, I was only able to get video working under box86. I still haven't gotten audio to work under Zoom unless I use box64. EDIT: if video doesn't work for you then try forcing the use of libjpegturbo.so that is bundled with zoom instead of the wrapped one. |
Thanks for quick response. Not sure its problem with OS / Box86 or Zoom. |
So glad that I found this thread finally! I installed Zoom with PiKISS and found that the webcam microphone didn't work properly. But in Chromium, Zoom is working perfectly, although it will automatically adjust the microphone gain(which can be solved using this link: Disable Automatic Gain Control). At least now i know that it is a bug that still waiting to be solved. Hope someday someone will solve this issue.(I will keep my finger cross) Keep up the good works guy! 👍 |
Note that you can run Zoom 64bits version with box64 also, and this version doesn't have the Microphone issue. (you need a 64bits OS of course) |
No luck for me, Updated stock RPiOS and freshly compiled Box86 by PiKiss. The microphone just gives back noises, when it works. I also wrote to Zoom about adding the option to disable noise reduction altogether as a workaround but I'm still waiting for a feedback. And (unrelated, I know) no luck even on the web version. Still, the microphone is recognised by the system, as I can record on other programs. |
Try box64 on RPiOS 64bits. The 64bits version of Zoom should works with microphone. |
I tried with the 64bits version of Raspberry Pi OS Bullseye release and it's working with Box64 and Pi-apps instalation. Raspberry Pi 4B 4GB, Logitech H390 and generic 1080p webcam. Although the audio volume is a little lower than expected. |
Zoom provide x86 Linux rpm and no arm binaries or rpm.
https://support.zoom.us/hc/en-us/articles/204206269-Installing-or-updating-Zoom-on-Linux
please add support for Zoom meeting
The text was updated successfully, but these errors were encountered: