kastldratza/zoomrec

Browser based zoom (for arm)

Closed this issue · 3 comments

I was trying to run this project on a raspberry pi 4 but the problem is that zoom doesn't offer an arm client.
While I did not know this project, I started building something similar (https://github.com/aykborstelmann/zoom-recorder), but using the zoom browser client.
If there is interest for this, I can try integrating this and by that offer an arm (and all other now currently supported platforms) solution for recording zoom meetings.

P.S. I really like this project, excellent job!

v1nc commented

Good work.
You can also run the zoom client on arm with x86 emulation, here is my Dockerfile to run zoomrec based on anujdatar/box86.

Be aware that building the Dockerfile will take ages 😅

Oh nice, I will have a look at this. If this works smoothly this would of course be a better option.

Consider running docker with
--platform linux/amd64 as a flag.

It will emulate docker as amd64 for you.