Fixed HLS Content-Type.

This commit is contained in:
Thulinma 2014-11-13 17:29:30 +01:00
parent 318af0b353
commit 0d24dfb3a9

View file

@ -313,8 +313,8 @@ namespace Mist {
seek(from);
lastVid = from * 90;
H.StartResponse(H, myConn);
H.SetHeader("Content-Type", "video/mp2t");
H.StartResponse(H, myConn);
PacketNumber = 0;
parseData = true;
wantRequest = false;