| 14 Jul 2025 |
n4ch723hr3r | probably some config issue | 14:47:17 |
matthewcroughan - nix.zone | Could be yeah | 14:47:24 |
@saiko:knifepoint.net | you might need to modify the proxy port header | 14:47:27 |
matthewcroughan - nix.zone | I've been looking around for examples | 14:47:31 |
matthewcroughan - nix.zone | I think I'll make a minimal icecast example if I ever figure this | 14:47:38 |
matthewcroughan - nix.zone | * I think I'll make a minimal icecast example if I ever figure this ollut | 14:47:41 |
matthewcroughan - nix.zone | * I think I'll make a minimal icecast example if I ever figure this out | 14:47:43 |
@saiko:knifepoint.net | it probably reacts to one of these https://github.com/NixOS/nixpkgs/blob/nixos-25.05/nixos/modules/services/web-servers/nginx/default.nix#L107 | 14:48:53 |
@saiko:knifepoint.net | (Host or X-Forwarded-Host) | 14:49:27 |
matthewcroughan - nix.zone | Another thing is that icecast is http 1.0 afaik | 14:49:58 |
n4ch723hr3r | also: arent those proprietary extensions to icecast against its license (GPLv2 or later) | 14:50:05 |
matthewcroughan - nix.zone | we enable http2 on all nginx virtualhosts by default | 14:50:14 |
Zhaofeng Li | In reply to @matthewcroughan:defenestrate.it
https://icecast.foo.com/stream doesn't work via a nginx proxy, because the stream is not http But it has to be http, right? Otherwise it won't work for the web client | 14:50:14 |