Skip to content

Commit

Permalink
Fix replay of currently running program
Browse files Browse the repository at this point in the history
  • Loading branch information
rbuehlma committed Feb 19, 2020
1 parent 46f2c57 commit 4a83661
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TeleBoy.cpp
Expand Up @@ -765,6 +765,6 @@ bool TeleBoy::WriteDataJson()

std::string TeleBoy::GetStreamParameters() {
std::string params = enableDolby ? "&dolby=1" : "";
params += "&streamformat=dash";
params += "&https=1&streamformat=dash";
return params;
}

0 comments on commit 4a83661

Please sign in to comment.