From 9eb65208db76ed596e0ce8356204f50ccd06ad92 Mon Sep 17 00:00:00 2001 From: Thulinma Date: Mon, 16 Dec 2013 17:02:40 +0100 Subject: [PATCH] Fixed HLS live index refreshing problems. --- src/connectors/conn_http_live.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/connectors/conn_http_live.cpp b/src/connectors/conn_http_live.cpp index 87581223..52481f25 100644 --- a/src/connectors/conn_http_live.cpp +++ b/src/connectors/conn_http_live.cpp @@ -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);