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

This commit is contained in:
Thulinma 2018-07-04 11:30:38 +02:00
parent bd0b820577
commit 43934cf69c
5 changed files with 52 additions and 5 deletions

View file

@ -1187,6 +1187,7 @@ namespace Mist{
return false;
}
}
initialize();
return true;
}
@ -1225,6 +1226,7 @@ namespace Mist{
DTSC::Meta reMeta;
reMeta.reinit(tmpMeta);
myMeta.sourceURI = reMeta.sourceURI;
myMeta.bootMsOffset = reMeta.bootMsOffset;
}
if (liveSem){
liveSem->post();
@ -1232,6 +1234,7 @@ namespace Mist{
liveSem = 0;
}
}
nProxy.metaPages.clear();
}
}
}