Fixes to DTSCFix and DTSCMerge programs.
This commit is contained in:
parent
333c74a2c4
commit
22461badea
3 changed files with 10 additions and 9 deletions
|
@ -316,7 +316,8 @@ namespace Connector_HTTP {
|
|||
|
||||
|
||||
sstream << "t " << myRef["trackid"].asInt() << "\n";
|
||||
sstream << "s " << (requestedTime / 10000) << "\np " << (mstime + mslen) <<"\n";
|
||||
sstream << "s " << (requestedTime / 10000) << "\n";
|
||||
sstream << "p " << (mstime + mslen) <<"\n";
|
||||
ss.SendNow(sstream.str().c_str());
|
||||
|
||||
unsigned int myDuration;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue