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 just on first access, otherwise there is a objectdisposed exception in lines
using RawMediaFrame rawMediaFrame = videoPayloadProcessor.ProcessPacket(rtpPacket);
when ProcessPacket returns Empty values.