Description
I am using Zoom Meeting SDK ( zoom-sdk-windows-6.4.6.64463 ) to have users raw audio/video. I am getting raw audio and video correctly. But i am getting about 142-15 frames per second while 30 fps is expected as per documentation and requirement.
I need to get all participant audio on video on 30p.
What to do ??
Which Windows Meeting SDK version?
zoom-sdk-windows-6.4.6.64463
Device (please complete the following information):
- Device: Dell
- OS: Windows 10]
Hi Manjit,
From what I’ve seen in the documentation, the Zoom Video SDK is designed to automatically adjust video quality based on real-time conditions to ensure a stable experience and the Meeting SDK is built on the same technology. The 30 FPS you see in the documentation is the target, but the SDK will dynamically lower it to prevent a choppy video stream if conditions aren’t ideal
This happens for a couple of main reasons, as outlined in the Video SDK documentation:
-
CPU/GPU Load: If the computer is under heavy load, the SDK reduces the FPS to lighten the processing burden, which is consistent with the system requirements for high-performance video.
-
Network Conditions: The SDK prioritizes a stable connection. If the internet connection is poor, it will lower the frame rate to ensure the video can still be transmitted smoothly.
Hope this helps clarify what’s going on