zoom / meetingsdk-headless-linux-sample

A demo on creating a headless meeting bot using the Zoom Meeting SDK for Linux and Docker
MIT License
28 stars 15 forks source link

Cannot get Raw video #5

Open mahesh-avoma opened 8 months ago

mahesh-avoma commented 8 months ago

I tried running the docker and works fine with Audio sample , but cannot yet get the Raw video out. This is the error I receive when I start docker

 ✔ Container zoomsdk-build  Created                                                                                                                                                                              0.0s
Attaching to zoomsdk-build
zoomsdk-build  | Consolidate compiler generated dependencies of target zoomsdk
zoomsdk-build  | [100%] Built target zoomsdk
zoomsdk-build  | ✅ configure
zoomsdk-build  | ✅ initialize
zoomsdk-build  | ✅ authorize
zoomsdk-build  | ✅ join a meeting
zoomsdk-build  | ⏳ connecting to the meeting
zoomsdk-build  | ✅ connected
zoomsdk-build  | ⏳ requesting local recording privilege
zoomsdk-build  | ✅ start raw recording
zoomsdk-build  | ✅ create raw video renderer
zoomsdk-build  | qemu: uncaught target signal 11 (Segmentation fault) - core dumped
zoomsdk-build exited with code 139

I made following changes

##config.ini

#[RawAudio]
#file="meeting-audio.pcm"

[RawVideo]
file="meeting-video.yuv"
## Zoom.cpp -> startRawRecording()

m_videoSource->setDir(m_config.videoDir());
m_videoSource->setFilename(m_config.videoFile());

OS - Mac OS 14.11

let me know what I am missing

NandyRL commented 7 months ago

same problem here. can u tell me if u find any solution

NandyRL commented 6 months ago

hey, can you get video recording ??

tedlatte commented 3 weeks ago

Hey @mahesh-avoma, if you're encountering issues with getting raw video output from your meeting bot, you might want to check out the Recall.ai API.

It’s a simple 3rd party API that lets you use meeting bots to get raw audio/video/metadata from meetings without you needing to spend months to build, scale and maintain these bots.

Here are the API docs: https://docs.recall.ai/page/tutorials