Fix websockets pausing and then playing when the live point is out of the DVR window

This commit is contained in:
Thulinma 2024-07-04 11:49:29 +02:00
parent 56dc2db051
commit a1737cdf8b

View file

@ -577,6 +577,8 @@ namespace Mist{
parseData = true;
if (command.isMember("seek_time")){
handleWebsocketSeek(command);
}else{
if (M.getLive() && currentTime() < startTime()){initialSeek();}
}
return true;
}