Blank feed when sending raw video data on latest video sdk

Description
Getting blank feed when sending raw video data using latest version of the SDK.

We are sending raw video data from Android and viewing is on the web, web is using 1.10.7 version of SDK.

Stream works as expected on “us.zoom.videosdk:ZoomVideoSDK:1.8.2” but not on “us.zoom.videosdk:ZoomVideoSDK:1.8.5” and onwards.

We have same issue with “us.zoom.videosdk:zoomvideosdk-core:1.10.11”.

Which Android Video SDK version?
Knowing the version can help us to identify your issue faster.
us.zoom.videosdk:zoomvideosdk-core:1.12.0


Here is the format of the video that is being sent

(format={crop-right=1919, color-format=19, slice-height=1088, mime=video/raw, hdr-static-info=java.nio.HeapByteBuffer[pos=0 lim=25 cap=25], stride=1920, color-standard=1, color-transfer=3, crop-bottom=1079, crop-left=0, width=1920, color-range=2, crop-top=0, height=1080}, buffer=java.nio.HeapByteBuffer[pos=0 lim=3110400 cap=3110400], size=3110400, width=1920, height=1080)

Log files: ZoomSDK_0.log

How to go about debugging the issue? Is there a change in the format that zoom expects? Is Zoom not able to decode the video?

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.