Skip to content
This repository was archived by the owner on Jan 5, 2026. It is now read-only.
This repository was archived by the owner on Jan 5, 2026. It is now read-only.

Passed stream to AudioVideoFramePlayer and video didn't play #50

@rnpramasamy

Description

@rnpramasamy

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions