Fixed firstms field in live streams that don't start from 0
This commit is contained in:
parent
764ad599e8
commit
586c4ab47b
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue