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
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.
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.