-
-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't play ultrawide content on Samsung OLED G8 #231
Comments
During playback, turn on the |
It is skipped. 😕 The idea is to check if the player has the wrong aspect ratio. If it is correct, then it is the HTMLVideoElement that is causing the problem. I know that HTMLVideoElement has problems displaying rotated video. AVPlay displays it correctly (I still haven't finished the AVPlay player for Jellyfin), so it will probably display wide video correctly as well. This can be verified by trying widescreen video from a USB drive in the built-in player. |
@CreaGab It looks like in your case the bands are encoded into the video. You can try changing |
Hi, thanks for your reply. |
@dmitrylyzo Same monitor, same issue. The problem is the whole app is in 16:9 aspect ratio not just the movie. |
🤷♂️ The resolution isn't limited: Line 8 in fe6ebbd
So, do you see the bars on the left and right on the home/login screen? |
Yes it is like this everywhere. Edit: I just realised that the docker installer thing i used pulled the app from here: I started the process described in the readme however i don' have time for this right now. I'll probably continue it later. |
I tried, it unfortunately did nothing. |
Could someone please test #315? |
I probably have to redeploy the Tizen app, am I right? |
I added < feature name="http://tizen.org/feature/screen.size.all"/ >to the config.xml file, and did all instructions again, but nothing changed. |
Even though I am not a software dev I searched in the internet for solutions regarding the 32:9 issue. Did you find something new since my last comment? |
@CreaGab If you can build the app could you try these changes? It fixed the problem for my app. |
Hi, sorry for the late reply. |
After changing these two files I get an NPM error 1,
|
Use NodeJS 22 LTS or add Could you also try not modifying |
Like many others, the JellyFin Tizen app does not run in the native resolution of 3440 x 1440 pixels but in a 16:9 box, centered on the screen.
21:9 content gets displayed with 4 black bars or if cropped, displays black bars on the left and right instead of the movie.
I tried putting my resolution in the tizen.js file and some other places but that did not fix the issue.
The Netflix and Prime Video apps also behave like this so I asked the Netflix support about this and they confirmed the issue. "The experts will look into it." They also keep pointing fingers at Samsung because "They have to make sure that first party apps run properly on their devices."
I don't know who is to blame in the case of Netflix but displaying apps in the full resolution has to be possible since the YouTube app does just that. No cropping needed, it displays ultra wide content without any black bars.
The text was updated successfully, but these errors were encountered: