Fixed HLS live index refreshing problems.

This commit is contained in:
Thulinma 2013-12-16 17:02:40 +01:00
parent f78f088b09
commit 9eb65208db

View file

@ -227,7 +227,7 @@ namespace Connector_HTTP {
lastStats = now; lastStats = now;
ss.SendNow(conn.getStats("HTTP_Live").c_str()); ss.SendNow(conn.getStats("HTTP_Live").c_str());
} }
if (handlingRequest && ss.spool()){ if (ss.spool()){
while (Strm.parsePacket(ss.Received())){ while (Strm.parsePacket(ss.Received())){
if (Strm.lastType() == DTSC::PAUSEMARK){ if (Strm.lastType() == DTSC::PAUSEMARK){
HTTP_S.Chunkify("", 0, conn); HTTP_S.Chunkify("", 0, conn);