2023-12-08, 12:08 PM
(This post was last modified: 2023-12-08, 01:06 PM by conor. Edited 2 times in total.)
Performance is very slow when behind a Caddy reverse proxy and accessed through the Android app, 1.5Mbps versus 150Mbps of available bandwidth.
Accessing through the Kodi addon on the same Android device performs as expected.
I changed the router DNS provider from Cloudfare to Quad9 and that fixed the download performance on the Android app but streaming remains the same.
Accessing the server through the IP address/ port directly performs as expected.
The server is bare metal on Debian connected to an OpenWRT based router.
Log
Accessing through the Kodi addon on the same Android device performs as expected.
I changed the router DNS provider from Cloudfare to Quad9 and that fixed the download performance on the Android app but streaming remains the same.
Accessing the server through the IP address/ port directly performs as expected.
The server is bare metal on Debian connected to an OpenWRT based router.
Log
Quote:jellyfin.example.com {
reverse_proxy localhost:8096
}
nextcloud.example.com {
rewrite /.well-known/carddav /remote.php/dav
rewrite /.well-known/caldav /remote.php/dav
reverse_proxy localhost:81
}