Server Version#: 1.42.2.10102
Player Version#: 5.93.2 (WebOS)
I can play 1080p content fine, but whenever I try and play 4K content, I always get the following error: “Playback Error: An unexpected playback problem occurred.”
I have tried disabling direct play, selecting low resolution to force transcode, disabling hardware transcoding in the server, subtitles are turned off.
I can transcode the same content to 1080p on other devices (iOS, browsers, etc.) just fine.
If anyone else comes across this issue, AI helped me diagnose the issue. To fix the issue, I manually specified the IP address of Plex in the TV app and added a whitelist entry for *.plex.direct into my DNS setup.
The issues:
Your LG app begins playback and immediately throws HTML5 code 4: “MEDIA_ELEMENT_ERROR: Format error” at the moment it opens playback.
Requests for the HLS manifest are malformed before Plex even reads them—note the first line arriving as “ET /video…index.m3u8” or other garbled strings, which Plex rejects with HTTP 400 “Error parsing HTTP request”. That points to something on the path (proxy / filter / IPS) mangling the request.
You still have *.plex.direct DNS intercepts: the server reports the name resolves to 0.0.0.0 instead of your LAN IP, which will intermittently break local playback.