From 62fa683a803025a3ea8c8a7331e23bc1a9ede7c0 Mon Sep 17 00:00:00 2001 From: Thulinma Date: Fri, 19 Apr 2019 13:09:25 +0200 Subject: [PATCH] Added liveSeek to EBML output to stay near live point --- src/output/output_ebml.cpp | 1 + 1 file changed, 1 insertion(+) 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