Fixed HTTP TS content type
This commit is contained in:
parent
8a0799a0b8
commit
497a89588d
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ namespace Mist {
|
|||
H.clearHeader("Range");
|
||||
H.clearHeader("Icy-MetaData");
|
||||
H.clearHeader("User-Agent");
|
||||
H.SetHeader("Content-Type", "video/mp2t");
|
||||
H.SetHeader("Content-Type", "video/mpeg");
|
||||
H.setCORSHeaders();
|
||||
if(method == "OPTIONS" || method == "HEAD"){
|
||||
H.SendResponse("200", "OK", myConn);
|
||||
|
|
Loading…
Add table
Reference in a new issue