Pass GET params for .html page to stream URLs
This commit is contained in:
parent
75a2532c97
commit
467b1cc877
1 changed files with 4 additions and 0 deletions
|
@ -328,6 +328,10 @@ namespace Mist {
|
|||
|
||||
std::string devSkin = "";
|
||||
if (H.GetVar("dev").size()) { devSkin = ",skin:\"dev\""; }
|
||||
H.SetVar("stream", "");
|
||||
H.SetVar("dev", "");
|
||||
devSkin += ",urlappend:\"" + H.allVars() + "\"";
|
||||
H.SetVar("stream", streamName);
|
||||
|
||||
H.Clean();
|
||||
H.SetHeader("Content-Type", "text/html");
|
||||
|
|
Loading…
Add table
Reference in a new issue