You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 5, 2026. It is now read-only.
Hi
I am passing stream to AudioVideoFramePlayer but I am just getting only one dark frame and below is my code:
var videoBuffer = new VideoSendBuffer(frame.FrameSegment.Array, (uint)frameSize, VideoFormat.H264_320x180_15Fps);
videoMediaBuffers.Add(videoBuffer);
this.audioVideoFramePlayer.EnqueueBuffersAsync(audioMediaBuffers, videoMediaBuffers).Wait();
please help to me fix it.