Late commit
This commit is contained in:
parent
8099d035a7
commit
f937af0502
1 changed files with 2 additions and 2 deletions
|
@ -168,10 +168,10 @@ namespace Connector_HTTP {
|
||||||
if (Strm.lastType() == DTSC::PAUSEMARK){
|
if (Strm.lastType() == DTSC::PAUSEMARK){
|
||||||
conn.close();
|
conn.close();
|
||||||
}
|
}
|
||||||
//if (Strm.lastType() == DTSC::AUDIO || Strm.lastType() == DTSC::VIDEO){
|
if (Strm.lastType() == DTSC::AUDIO || Strm.lastType() == DTSC::VIDEO){
|
||||||
DTSCBuffer[temp].push_back(Strm.getPacket());
|
DTSCBuffer[temp].push_back(Strm.getPacket());
|
||||||
prevGran[temp] = Strm.getPacket()["granule"].asInt();
|
prevGran[temp] = Strm.getPacket()["granule"].asInt();
|
||||||
//}
|
}
|
||||||
}
|
}
|
||||||
}else{
|
}else{
|
||||||
Util::sleep(1);
|
Util::sleep(1);
|
||||||
|
|
Loading…
Add table
Reference in a new issue