Added liveSeek to EBML output to stay near live point
This commit is contained in:
parent
69d2ca21d3
commit
62fa683a80
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue