Add nowms to stream info JSON responses
This commit is contained in:
parent
df1844391c
commit
e17ae62751
1 changed files with 1 additions and 0 deletions
|
@ -3036,6 +3036,7 @@ namespace DTSC{
|
|||
trackJSON["init"] = getInit(*it);
|
||||
trackJSON["firstms"] = getFirstms(*it);
|
||||
trackJSON["lastms"] = getLastms(*it);
|
||||
trackJSON["nowms"] = getNowms(*it);
|
||||
trackJSON["bps"] = getBps(*it);
|
||||
trackJSON["maxbps"] = getMaxBps(*it);
|
||||
if (!skipDynamic && getLive()){
|
||||
|
|
Loading…
Add table
Reference in a new issue