mirror of
https://github.com/moonlight-stream/moonlight-common-c.git
synced 2025-08-18 09:25:49 +00:00
Remove packet loss reporting, since it will be unreliable due to the FEC queue in front of the depacketizer
This commit is contained in:
parent
3579265560
commit
c51bfdc9cb
@ -453,11 +453,6 @@ void processRtpPayload(PNV_VIDEO_PACKET videoPacket, int length, unsigned long l
|
|||||||
// packet received.
|
// packet received.
|
||||||
LC_ASSERT(firstPacket || streamPacketIndex == lastPacketInStream + 1);
|
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;
|
lastPacketInStream = streamPacketIndex;
|
||||||
|
|
||||||
// If this is the first packet, skip the frame header (if one exists)
|
// If this is the first packet, skip the frame header (if one exists)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user