kastldratza / zoomrec

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

fails to connect to audio on windows (Docker with WSL backend) #46

Closed vanishinggradient closed 1 year ago

vanishinggradient commented 1 year ago

Describe the bug

zoomrec goes into crash loop after failing to connect audio (see screenshot) on windows (Docker with WSL backend)

weekday;time;duration;id;password;description;record
saturday;14:00;120;85140122330;eXVaS01xU09jcnR3aVBXNXVDc3ptZz09;Data Pre-Processing and Data Wrangling;true
docker run -d --restart unless-stopped  -e TZ=Asia/Kolkata -e DEBUG=True -v ${PWD}/recordings:/home/zoomrec/recordings -v ${PWD}/audio:/home/zoomrec/audio -v ${PWD}/meetings.csv:/home/zoomrec/meetings.csv:ro -p 5901:5901 --security-opt seccomp:unconfined kastldratza/zoomrec:latest
2022-11-26 13:43:32 
2022-11-26 13:43:32 DISPLAY = :1
2022-11-26 13:43:32 VNC_COL_DEPTH = 24
2022-11-26 13:43:32 VNC_RESOLUTION = 1024x576
2022-11-26 13:43:32 VNC_IP = 172.17.0.2
2022-11-26 13:43:32 VNC_PORT = 5901
2022-11-26 13:43:35 
2022-11-26 13:43:35 Connect to 172.17.0.2:5901
2022-11-26 13:43:36 
2022-11-26 13:43:36 Start script..
2022-11-26 13:43:41 Failed to connect to session manager: Failed to connect to the session manager: SESSION_MANAGER environment variable not defined

Screenshots

204080605-21e9aeb8-b9f1-463c-a08e-a852967cb19a

kastldratza commented 1 year ago

Thanks for reporting! But this has nothing to do with the audio. This is because Zoom now wants email and name instead of just the name. I will fix that.

github-actions[bot] commented 1 year ago

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.

github-actions[bot] commented 1 year ago

This issue was closed because it has been stalled for 5 days with no activity.