Added bootMsOffset to DTSC::Meta, RTMP now syncs on it.
This commit is contained in:
parent
bd0b820577
commit
43934cf69c
5 changed files with 52 additions and 5 deletions
|
@ -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();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue