diff --git a/src/output/output.cpp b/src/output/output.cpp index bdbc9cb0..15e1d0e9 100644 --- a/src/output/output.cpp +++ b/src/output/output.cpp @@ -792,7 +792,7 @@ namespace Mist{ /// Waits for the given amount of millis, increasing the realtime playback /// related times as needed to keep smooth playback intact. void Output::playbackSleep(uint64_t millis){ - if (realTime){ + if (realTime && myMeta.live){ firstTime += millis; extraKeepAway += millis; }