Hello so am facing some issues with :
meetingsdk-headless-linux-sample
So the audio records just fine but when I add
[RawVideo]
file=“meeting-video.yuv”
to the config.toml file what happens is that the audio keeps getting recorded and then
I get and the program exits
zoomsdk-1 |
Writing 640b to out/meeting-audio.pcm at 32000Hz
zoomsdk-1 |
Writing 640b to out/meeting-audio.pcm at 32000Hz
zoomsdk-1 |
failed to write data
zoomsdk-1 |
Writing 640b to out/meeting-audio.pcm at 32000Hz
zoomsdk-1 exited with code 139
Hi @m4hijaziii ,
Have you made any changes to the sample application, or have you only made changes to the config.toml file? If you’ve made changes, could you please share the relevant code here?
Another way to obtain this the raw audio and video data for Zoom calls would be to use recall.ai. It’s a simple 3rd party meeting bot API that makes it easy to spin up bots and send and receive meeting data including chat messages and media streams.
Hi @m4hijaziii
I’m working on an open source API for creating Zoom Bots called Attendee. Similar to Recall, but open source.
You can use it to obtain the audio and video from the meeting.
Even if you don’t want to use it directly, it can serve as an example of working code that uses the linux SDK.