ngraziano / SharpRTSP

A RTSP handling library
Other
557 stars 182 forks source link

RawMediaFrame usage bug #120

Closed Revan1985 closed 7 months ago

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