comment alr param for testing
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 50s
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 50s
This commit is contained in:
parent
72f3df37e6
commit
c50363cd3a
1 changed files with 3 additions and 3 deletions
|
@ -53,9 +53,9 @@ videoPlaybackProxy.get("/", async (c) => {
|
|||
let queryParams = new URLSearchParams(urlReq.search);
|
||||
queryParams.delete("host");
|
||||
// alr parameter is only for WEB/HTML5 clients
|
||||
if (client.includes("WEB")) {
|
||||
queryParams.append("alr", "yes");
|
||||
}
|
||||
// if (client.includes("WEB")) {
|
||||
// queryParams.append("alr", "yes");
|
||||
// }
|
||||
if (rangeHeader) {
|
||||
queryParams.append(
|
||||
"range",
|
||||
|
|
Loading…
Reference in a new issue