Fixed firstms field in live streams that don't start from 0

This commit is contained in:
Thulinma 2021-04-07 15:01:09 +02:00
parent 764ad599e8
commit 586c4ab47b

View file

@ -2364,6 +2364,7 @@ namespace DTSC{
t.parts.setInt(t.partDurationField, packTime - getLastms(tNumber), newPartNum);
}else{
t.parts.setInt(t.partDurationField, 0, newPartNum);
setFirstms(tNumber, packTime);
}
t.parts.addRecords(1);