Skip to content

Commit

Permalink
Fix TRXLooper not counting overrun packets
Browse files Browse the repository at this point in the history
The value was increased for the stats available via API
but not for debug logging.
  • Loading branch information
sergeyvfx authored and rjonaitis committed Sep 14, 2024
1 parent 62d0a53 commit 6161f01
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/streaming/TRXLooper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -645,6 +645,7 @@ void TRXLooper::ReceivePacketsLoop()
else
{
++stats.overrun;
overrun.add(1);
outputPkt->Reset();
}

Expand Down

0 comments on commit 6161f01

Please sign in to comment.