From 4c847a59c3afdcf6792bd7e4eb429b8af3202cad Mon Sep 17 00:00:00 2001 From: Devdatt Bhatt Date: Mon, 11 May 2026 19:08:26 +0000 Subject: [PATCH] removing gzip on meu8 and mpd files , to accomodate Access-Control-Allow-Origin "*" --- default_nginx_site | 12 ------------ encoder/firmware.php | 2 +- 2 files changed, 1 insertion(+), 13 deletions(-) diff --git a/default_nginx_site b/default_nginx_site index 2cf186b..3d066f0 100755 --- a/default_nginx_site +++ b/default_nginx_site @@ -114,18 +114,6 @@ server { try_files $uri =404; } - # ========================= - # gzip only manifests - # ========================= - location ~* \.(m3u8|mpd)$ { - - gzip on; - - gzip_types - application/vnd.apple.mpegurl - application/dash+xml; - } - # ========================= # Security # ========================= diff --git a/encoder/firmware.php b/encoder/firmware.php index 0023230..f5446eb 100755 --- a/encoder/firmware.php +++ b/encoder/firmware.php @@ -9,7 +9,7 @@ https://github.com/shreebhattji/Urmi/blob/main/licence.md */ exec("sudo chmod 444 /sys/class/dmi/id/product_uuid"); -$version = "12.24"; +$version = "12.25"; function fail(string $msg): never {