kastldratza / zoomrec

Record Zoom meetings automatically in headless docker container with Python and FFmpeg
MIT License
266 stars 68 forks source link

Browser based zoom (for arm) #18

Closed aykborstelmann closed 3 years ago

aykborstelmann commented 3 years ago

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 3 years ago

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 :sweat_smile:

aykborstelmann commented 3 years ago

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

uriafranko commented 2 years ago

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

It will emulate docker as amd64 for you.