YUV frames not generated in linux sdk

@chunsiong.zoom

I am following the tutorial from this repository: [GitHub - zoom/meetingsdk-linux-raw-recording-sample]

from building the image to joining the meeting is working fine…
when giving the boolean value as true for both
GetVideoRawData: “true”
GetAudioRawData: “true”

but I only able to get the PCM file only.
not the YUV frames for video

Hi @romanyuvan19102003

Are you seeing any kind of error message in std out?

If you’re open to other options then working with the Linux SDK directly, I’m building an open source API for creating Zoom Bots called Attendee. It will let you access the audio and video data through a simple rest API.

Hey @romanyuvan19102003 ,

If you’re unsure why you’re not receiving the raw video, and are sure you’ve set the GetVideoRawData to true in your config.txt, I would recommend adding additional logging around the video renderer part of the sample app.

e.g. specifically here where you create the renderer, as well as in any ZoomSDKRenderer callbacks. This should help you pinpoint where/why you’re not receiving the data as expected.

If you’re looking to get raw audio and video, another alternative is to use Recall.ai. It’s a simple 3rd party API for meeting bots to get the raw audio/video from meetings without you needing to spend months to build, scale and maintain these bots.

Let me know if you have any questions!