Fixed WS/MP4 initial seek not happening

This commit is contained in:
Thulinma 2022-02-11 17:25:02 +01:00
parent c3a09f5fe2
commit 22e720c9d1

View file

@ -1487,6 +1487,7 @@ namespace Mist{
}
}
selectDefaultTracks();
initialSeek();
sendHeader();
}else if (command["type"] == "seek") {
handleWebsocketSeek(command);