Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RawMediaFrame usage bug #120

Merged
merged 1 commit into from
Apr 17, 2024
Merged

Conversation

Revan1985
Copy link

static Empty must return a new RawMediaFrame every time, not just on first access, otherwise there is a objectdisposed exception in lines
using RawMediaFrame rawMediaFrame = videoPayloadProcessor.ProcessPacket(rtpPacket);
when ProcessPacket returns Empty values.

static Empty must return a new RawMediaFrame every time, not only once, otherwise there is a objectdisposed exception.
@ngraziano ngraziano merged commit 0da1ead into ngraziano:dotnetcore Apr 17, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants