Skip to content

Commit e17ae62

Browse files
committed
Add nowms to stream info JSON responses
1 parent df18443 commit e17ae62

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/dtsc.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3036,6 +3036,7 @@ namespace DTSC{
30363036
trackJSON["init"] = getInit(*it);
30373037
trackJSON["firstms"] = getFirstms(*it);
30383038
trackJSON["lastms"] = getLastms(*it);
3039+
trackJSON["nowms"] = getNowms(*it);
30393040
trackJSON["bps"] = getBps(*it);
30403041
trackJSON["maxbps"] = getMaxBps(*it);
30413042
if (!skipDynamic && getLive()){

0 commit comments

Comments
 (0)