jellyfin / jellyfin-webos

WebOS Client for Jellyfin
https://jellyfin.org
Mozilla Public License 2.0
623 stars 60 forks source link

White screen playing media with `Origin-Agent-Cluster` header #205

Closed FintasticMan closed 4 months ago

FintasticMan commented 4 months ago

Hello! I was setting up Jellyfin through a reverse proxy using this guide, when I noticed that playing media on my LG OLED C3 didn't work. It would only display a white/light grey screen.

I tinkered with the nginx config until I found that the issue was the line add_header Origin-Agent-Cluster "?1" always;. I searched this repo to see if this was documented anywhere, but couldn't find anything, so I've decided to make this issue in case anyone else comes across it :)

FintasticMan commented 4 months ago

This header is now no longer mentioned in the docs, so I'll close this issue as it's not very relevant any more.