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 {