zoom / meetingsdk-linux-raw-recording-sample

MIT License
25 stars 10 forks source link

Cant record Video #5

Closed NandyRL closed 8 months ago

NandyRL commented 8 months ago

zoomsdk-build | ✅ configure zoomsdk-build | ✅ initialize zoomsdk-build | ✅ authorize zoomsdk-build | ✅ join a meeting zoomsdk-build | ⏳ connecting to the meeting zoomsdk-build | ❌ unknown meeting status zoomsdk-build | ⏳ reconnecting to the 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 | ✅ subscribe to raw video

after this, i am not receiving any video recording, although the recording has started in my meeting

any idea why is this happening?

NandyRL commented 8 months ago

for additional context, this is how im calling the videosdkrederer

if (m_config.useRawVideo()) { if (!m_videoSource) { err = createRenderer(&m_videoHelper, m_videoSource); if (hasError(err, "create raw video renderer")) return err; } auto participantCtl = m_meetingService->GetMeetingParticipantsController(); int uid = participantCtl->GetParticipantsList()->GetItem(0); m_videoHelper->setRawDataResolution(ZoomSDKResolution_720P); err = m_videoHelper->subscribe(uid, RAW_DATA_TYPE_VIDEO); if (hasError(err, "subscribe to raw video")) return err;

tanchunsiong commented 8 months ago

@NandyRL this is the wrong repo. I think you are using the code from https://github.com/zoom/meetingsdk-headless-linux-sample

NandyRL commented 8 months ago

I am not receiving any callback in either repo

tanchunsiong commented 8 months ago

Do open a thread in devforum.zoom.us and tag me for this issue