ngraziano / SharpRTSP

A RTSP handling library
Other
538 stars 180 forks source link

RawMediaFrame usage bug #120

Closed Revan1985 closed 5 months ago

Revan1985 commented 5 months ago

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.