diff --git a/src/zm_monitorstream.cpp b/src/zm_monitorstream.cpp index 4e5e96f4a..067946eb7 100644 --- a/src/zm_monitorstream.cpp +++ b/src/zm_monitorstream.cpp @@ -751,6 +751,8 @@ void MonitorStream::runStream() { } // end if actual_delta_time > 5 } // end if change in zoom } // end if paused or not + } else { + frame_count++; } // end if should send frame if (buffered_playback && !paused) {