Added liveSeek to EBML output to stay near live point

This commit is contained in:
Thulinma 2019-04-19 13:09:25 +02:00
parent 69d2ca21d3
commit 62fa683a80

View file

@ -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