Segment duration is now given in second and not tenths of a second.
Partially fixes issue #355
This commit is contained in:
parent
3f3da4ee0b
commit
ebc3d09f0f
@ -257,7 +257,7 @@ public:
|
||||
intToString(prefixSumOfNecessarySegments, tmpLength);
|
||||
reply.content += tmpLength;
|
||||
reply.content += ",";
|
||||
intToString(segment.duration, tmpDuration);
|
||||
intToString(segment.duration/10, tmpDuration);
|
||||
reply.content += tmpDuration;
|
||||
reply.content += ",\"";
|
||||
intToString(segment.length, tmpLength);
|
||||
|
Loading…
Reference in New Issue
Block a user