3 hours ago
(This post was last modified: 2 hours ago by idontwantdonuts. Edited 1 time in total.)
Hello,
I have a Jellyfin server running in Docker, with nginx NPMplus and Cloudflared-Tunnel.
Accessing from elsewhere with Apple TV, Android TV or app/web-browser works without a problem.
But with the LG Jellyfin App and after filling the server adres and login "https://sub.domain.example/"
I get a error -25 "Can't load" on the TV.
While login in via we WebOS Web-browser is working, the app doesn't want to.
I checked the wiki at -> https://jellyfin.org/docs/general/post-i...oxy/nginx/
and added the
But i that doesn't solve the issue, just for clarity i don't have to do the above steps right?
because the forward config will be automatically generated when making the forward with the GUI of Nginx?
Thanks,
I have a Jellyfin server running in Docker, with nginx NPMplus and Cloudflared-Tunnel.
Accessing from elsewhere with Apple TV, Android TV or app/web-browser works without a problem.
But with the LG Jellyfin App and after filling the server adres and login "https://sub.domain.example/"
I get a error -25 "Can't load" on the TV.
While login in via we WebOS Web-browser is working, the app doesn't want to.
I checked the wiki at -> https://jellyfin.org/docs/general/post-i...oxy/nginx/
and added the
Code:
# Disable buffering when the nginx proxy gets very resource heavy upon streaming
proxy_buffering off;
But i that doesn't solve the issue, just for clarity i don't have to do the above steps right?
because the forward config will be automatically generated when making the forward with the GUI of Nginx?
Thanks,