Added bootMsOffset to DTSC::Meta, RTMP now syncs on it.

This commit is contained in:
Thulinma 2018-06-25 14:23:01 +02:00
parent 5de902eee1
commit 2a028fa309
5 changed files with 51 additions and 4 deletions

View file

@ -1712,6 +1712,7 @@ namespace Mist{
return false;
}
}
initialize();
return true;
}
@ -1751,6 +1752,7 @@ namespace Mist{
DTSC::Meta reMeta;
reMeta.reinit(tmpMeta);
myMeta.sourceURI = reMeta.sourceURI;
myMeta.bootMsOffset = reMeta.bootMsOffset;
}
if (liveSem){
liveSem->post();
@ -1758,6 +1760,7 @@ namespace Mist{
liveSem = 0;
}
}
nProxy.metaPages.clear();
}
}
}