Fixed HLS live index refreshing problems.
This commit is contained in:
parent
f78f088b09
commit
9eb65208db
1 changed files with 1 additions and 1 deletions
|
@ -227,7 +227,7 @@ namespace Connector_HTTP {
|
|||
lastStats = now;
|
||||
ss.SendNow(conn.getStats("HTTP_Live").c_str());
|
||||
}
|
||||
if (handlingRequest && ss.spool()){
|
||||
if (ss.spool()){
|
||||
while (Strm.parsePacket(ss.Received())){
|
||||
if (Strm.lastType() == DTSC::PAUSEMARK){
|
||||
HTTP_S.Chunkify("", 0, conn);
|
||||
|
|
Loading…
Add table
Reference in a new issue