Fixed small bugs in http smooth streaming.

This commit is contained in:
Erik Zandvliet 2013-08-25 16:16:24 +02:00 committed by Thulinma
parent 22461badea
commit 4b63cce26a
2 changed files with 5 additions and 3 deletions

View file

@ -317,7 +317,8 @@ namespace Connector_HTTP {
sstream << "t " << myRef["trackid"].asInt() << "\n";
sstream << "s " << (requestedTime / 10000) << "\n";
sstream << "p " << (mstime + mslen) <<"\n";
sstream << "o\n";
ss.SendNow(sstream.str().c_str());
unsigned int myDuration;