Add nowms to stream info JSON responses

This commit is contained in:
Thulinma 2024-07-22 12:47:07 +02:00
parent df1844391c
commit e17ae62751

View file

@ -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()){