Sudden timestamp jump message

This commit is contained in:
Thulinma 2020-02-06 00:10:44 +01:00
parent 7337285c8d
commit 9743f405a3

View file

@ -469,6 +469,9 @@ namespace Mist {
HIGH_MSG("Wrong order on track %lu ignored: %lu < %lu", tid, packet.getTime(), myMeta.tracks[tid].lastms);
return;
}
if (packet.getTime() > myMeta.tracks[tid].lastms + 30000 && myMeta.tracks[tid].lastms){
WARN_MSG("Sudden jump in timestamp from %" PRIu64 " to %" PRIu64, myMeta.tracks[tid].lastms, packet.getTime());
}
}
//Determine if we need to open the next page