diff --git a/src/output/output_ebml.cpp b/src/output/output_ebml.cpp index d078b7f7..3aeaf041 100644 --- a/src/output/output_ebml.cpp +++ b/src/output/output_ebml.cpp @@ -138,6 +138,7 @@ namespace Mist{ void OutEBML::sendNext(){ if (thisPacket.getTime() >= newClusterTime){ + if (liveSeek()){return;} currentClusterTime = thisPacket.getTime(); if (myMeta.vod){ //In case of VoD, clusters are aligned with the main track fragments