Merge branch 'development' into LTS_development

This commit is contained in:
Thulinma 2019-02-06 22:03:48 +01:00
commit c0f72a9b75

View file

@ -1191,7 +1191,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;
}