ulbi
ulbi
Perfect, once done, I can drop my patch during container build :-)
+1 This change just screwed up the whole screen (everything did fit on the display before, now I've to scroll...)
Just run into the same problem, either the script works locally OR in the container, but never in both. This is really useless and forces keeping the same content twice....
Same issue here. Checked with JVC TV DLNA and Samsung UE48JU6050. Using 10.8.11 in docker with the official image
I just added some logging to the code and got those details: `[21:18:52] [INF] [8] Emby.Dlna.Main.DlnaEntryPoint: Sending request to http://:9197/upnp/control/AVTransport1 with method POST [21:18:52] [INF] [8] Emby.Dlna.Main.DlnaEntryPoint: Request Headers: SOAPACTION:...
I think I'm getting there. In my setup I set JELLYFIN_PublishedServerUrl to https://jellyfin.mydomain.com and the URI send to the TV in the DLNA method is `https://jellyfin.mydomain.com/videos/779358eb-71f3-5e59-9961-999ce280f128/stream.mp4?DeviceProfileId=244cbaf0334b0bf43e28e9b80bf03968&DeviceId=7cf31510-f093-4776-ad64-d8663ffc0a0b&MediaSourceId=779358eb71f35e599961999ce280f128&Static=true&VideoCodec=h264&AudioCodec=aac&AudioStreamIndex=1&StartTimeTicks=8612340000&Tag=b35357ee3ed777b9077667168a5403a8&dlnaheaders=true` This fails with 500...
Checked a bit more and you may enable debugging and this will log the URL which is sent to the TV - e.g.: `2023-10-26T19:23:33.619122679Z [21:23:33] [DBG] [19] Emby.Dlna.Main.DlnaEntryPoint: [TV] UE48JU6050...
@kmacmcfarlane I used this: https://jellyfin.org/docs/general/administration/troubleshooting/#debug-logging - and like I mentioned beyond this, I did change the code and added some log statements because the error message was not clear enough...
+1 happend to me as well, cluster did not come up. Any chance to fix this soon?