Hey Zoom Developer Team,
I’m hitting a roadblock while trying to set up the Meeting SDK Headless Linux Sample (v6.4.6.1870 / v6.2.5.2487) and could use some help.
What’s Happening
I’m following your GitHub repo instructions for the headless Linux sample, but when I run docker compose up
, the build crashes with package installation errors. I’m trying to create a bot that can join meetings, grab live transcripts, and send them to another app via webhook.
What I’ve Done So Far
- Followed the steps in your GitHub repo: github(dot)com/zoom/meetingsdk-headless-linux-sample
- Using SDK versions: v6.4.6.1870 & v6.2.5.2487
- Watched the tutorial video at youtube(dot)com/watch?v=8SitD9mTXlA
- Ran
docker compose up
and got the error below
The Error
78.29 Unpacking proj-bin (8.2.1-1) ...
78.33 Errors were encountered while processing:
78.33 /tmp/apt-dpkg-install-F58mDV/193-libtheora0_1.1.1+dfsg.1-15ubuntu4_amd64.deb
78.33 /tmp/apt-dpkg-install-F58mDV/276-libavformat-dev_7%3a4.4.2-0ubuntu0.22.04.1_amd64.deb
[+] Running 0/1ocess /usr/bin/dpkg returned an error code (1)
⠴ Service zoomsdk Building 83.5s
failed to solve: process "/bin/bash -c apt-get update && apt-get install -y build-essential ca-certificates cmake curl gdb git gfortran libopencv-dev libdbus-1-3 libgbm1 libgl1-mesa-glx libglib2.0-0 libglib2.0-dev libssl-dev libx11-dev libx11-xcb1 libxcb-image0 libxcb-keysyms1 libxcb-randr0 libxcb-shape0 libxcb-shm0 libxcb-xfixes0 libxcb-xtest0 libgl1-mesa-dri libxfixes3 linux-libc-dev pkgconf tar unzip zip" did not complete successfully: exit code: 100
Quick Questions
- Is this a known issue with the current Docker setup?
- Any quick fixes or workarounds I could try?
- Am I missing something obvious here?
I’d really appreciate any pointers you can give me to get this working. Thanks for your help!
Yaniv