Fixed dynamic connector timing issue
This commit is contained in:
parent
46c92ad561
commit
5078667a86
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ namespace Connector_HTTP {
|
||||||
abst.setUpdate(false);
|
abst.setUpdate(false);
|
||||||
abst.setTimeScale(1000);
|
abst.setTimeScale(1000);
|
||||||
abst.setLive(isLive);
|
abst.setLive(isLive);
|
||||||
abst.setCurrentMediaTime(currTime);
|
abst.setCurrentMediaTime(metadata["lastms"].asInt());
|
||||||
abst.setSmpteTimeCodeOffset(0);
|
abst.setSmpteTimeCodeOffset(0);
|
||||||
abst.setMovieIdentifier(streamName);
|
abst.setMovieIdentifier(streamName);
|
||||||
abst.setSegmentRunTable(asrt, 0);
|
abst.setSegmentRunTable(asrt, 0);
|
||||||
|
|
Loading…
Add table
Reference in a new issue