mirror of
https://github.com/rofafor/vdr-plugin-satip.git
synced 2023-10-10 13:37:42 +02:00
Added missing RTP packet error message.
This commit is contained in:
parent
7b58d9f28f
commit
88b2ad9244
5
socket.c
5
socket.c
@ -78,6 +78,11 @@ void cSatipSocket::Close(void)
|
|||||||
sequenceNumberM = -1;
|
sequenceNumberM = -1;
|
||||||
memset(&sockAddrM, 0, sizeof(sockAddrM));
|
memset(&sockAddrM, 0, sizeof(sockAddrM));
|
||||||
}
|
}
|
||||||
|
if (packetErrorsM) {
|
||||||
|
info("detected %d RTP packet errors", packetErrorsM);
|
||||||
|
packetErrorsM = 0;
|
||||||
|
lastErrorReportM = time(NULL);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
bool cSatipSocket::Flush(void)
|
bool cSatipSocket::Flush(void)
|
||||||
|
Loading…
Reference in New Issue
Block a user