Remove packet loss reporting, since it will be unreliable due to the FEC queue in front of the depacketizer

This commit is contained in:
Cameron Gutman 2017-06-11 14:50:21 -07:00
parent 3579265560
commit c51bfdc9cb

View File

@ -453,11 +453,6 @@ void processRtpPayload(PNV_VIDEO_PACKET videoPacket, int length, unsigned long l
// packet received.
LC_ASSERT(firstPacket || streamPacketIndex == lastPacketInStream + 1);
// Notify the server of any packet losses
if (streamPacketIndex != lastPacketInStream + 1) {
// Packets were lost so report this to the server
connectionLostPackets(lastPacketInStream, streamPacketIndex);
}
lastPacketInStream = streamPacketIndex;
// If this is the first packet, skip the frame header (if one exists)