Video handling in rtms-samples

When will we get some sample code to show how to handle the video streams in https://github.com/zoom/rtms-samples?

Thanks.

@xgantan added some video samples in the repo. Any feedback greatly appreciated. Do tag me if you need help on these samples

@chunsiong.zoom Thank you. Is it expected that a zoom call, where no participants enabled camera nor screenshare for the entire call, does not send any video frames to the if (msg.msg_type === 15) code block?

@xgantan that is the correct assumption. when someone turns off their video, it also stop sending video frames until the person resumes their video.

Thank you for the clarification. I’m wondering if the VIDEO_MIXED_SPEAKER_VIEW and VIDEO_MIXED_GALLARY_VIEW are working for MEDIA_DATA_OPTION? The gallary view is especially useful to us since it provides a comprehensive video capture of the entire meeting.

Any update on this question? Thank you.

Any update? Thank you.

@xgantan please tag me in your response.

Currently the at point of writing, only Video Single Active Stream (type 3) is supported.