Fixed HLS Content-Type.
This commit is contained in:
parent
318af0b353
commit
0d24dfb3a9
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue