Added a define for live stream latency

This commit is contained in:
Thulinma 2017-04-05 10:41:45 +02:00
parent 2f477a4ef9
commit 791fc5eae9
2 changed files with 4 additions and 1 deletions

View file

@ -309,7 +309,7 @@ namespace Mist {
INSANE_MSG("Connected: %d users, %d total", userPage.connectedUsers, userPage.amount);
//if not shutting down, wait 1 second before looping
if (config->is_active){
Util::wait(1000);
Util::wait(INPUT_USER_INTERVAL);
}
}
if (streamStatus){streamStatus.mapped[0] = STRMSTAT_SHUTDOWN;}