Fixed weird loading issue?
This commit is contained in:
parent
7565704fdc
commit
a53661af55
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue