Jellyfin Forum
SOLVED: HDR Content on Android App - Printable Version

+- Jellyfin Forum (https://forum.jellyfin.org)
+-- Forum: Support (https://forum.jellyfin.org/f-support)
+--- Forum: Troubleshooting (https://forum.jellyfin.org/f-troubleshooting)
+--- Thread: SOLVED: HDR Content on Android App (/t-solved-hdr-content-on-android-app)

Pages: 1 2 3


RE: HDR Content on Android App - therealgamer9982 - 2024-09-09

(2024-09-09, 09:10 PM)therealgamer9982 Wrote:
(2024-09-09, 09:07 PM)TheDreadPirate Wrote: The log you shared doesn't appear to contain any playback attempts.  Replicate the problem and re-share your log.

Here you go: https://pastebin.com/G4R4wJtG

Huh... there appears to be no change?

Here is what you probably want: https://pastebin.com/BMy8sRDN

And this FFMPEG Log: https://pastebin.com/SPcqymLw


RE: HDR Content on Android App - TheDreadPirate - 2024-09-09

How did you install Jellyfin? This doesn't look like a deb package install. Is this a portable install? And you're using vanilla ffmpeg 4.4.2? That is way too old. You should be using jellyfin-ffmpeg 6.0.1.


RE: HDR Content on Android App - therealgamer9982 - 2024-09-09

(2024-09-09, 09:31 PM)TheDreadPirate Wrote: How did you install Jellyfin?  This doesn't look like a deb package install.  Is this a portable install?  And you're using vanilla ffmpeg 4.4.2?  That is way too old.  You should be using jellyfin-ffmpeg 6.0.1.

Ah. Well, I installed Jellyfin off of the Package manager in my system, which is from flathub. For the ffmpeg thing I keep trying to uninstall and reinstall it, but it keeps coming up as ffmpeg 4.4.2? Strange...

Well I installed ffmpeg 6.1
And now it dosent want to work on my computer, but it does want to work on my phone! (Nevermind it was just weird)
But ffmpeg is giving me the error "exited with code 234" in MediaBrowser.MediaEncoding.Transcoding.TranscodeManager
Also, I have found that anything below 1080p 60 MBPS gives me the de-saturated look.


RE: HDR Content on Android App - TheDreadPirate - 2024-09-09

The Jellyfin server flatpak is not official nor officially supported. Servers, in general, shouldn't be run via flatpak.

You'd have to install via apt, which we have an automation script for. You will have to start over since the data from your flatpak install can't be reused for an apt installation.

Code:
curl https://repo.jellyfin.org/install-debuntu.sh | sudo bash

This script will also install jellyfin-ffmpeg.


RE: HDR Content on Android App - therealgamer9982 - 2024-09-09

(2024-09-09, 11:41 PM)TheDreadPirate Wrote: The Jellyfin server flatpak is not official nor officially supported.  Servers, in general, shouldn't be run via flatpak.

You'd have to install via apt, which we have an automation script for.  You will have to start over since the data from your flatpak install can't be reused for an apt installation.

Code:
curl https://repo.jellyfin.org/install-debuntu.sh | sudo bash

This script will also install jellyfin-ffmpeg.

Welp. Can I do anything so that I dont lose my data?


RE: HDR Content on Android App - therealgamer9982 - 2024-09-10

(2024-09-09, 11:41 PM)TheDreadPirate Wrote: The Jellyfin server flatpak is not official nor officially supported.  Servers, in general, shouldn't be run via flatpak.

You'd have to install via apt, which we have an automation script for.  You will have to start over since the data from your flatpak install can't be reused for an apt installation.

Code:
curl https://repo.jellyfin.org/install-debuntu.sh | sudo bash

This script will also install jellyfin-ffmpeg.

Yeah, I did that, now it wont allow me to access the web UI at all. Im not entirely sure why.


RE: HDR Content on Android App - TheDreadPirate - 2024-09-10

Due to use of absolute paths, migrating install types (docker/package/portable/flatpak) is difficult and glitchy for those who've tried.

Did you open port 8096 in your firewall? Can you share your jellyfin log via pastebin? /var/log/jellyfin/log_20240910.log


RE: HDR Content on Android App - therealgamer9982 - 2024-09-10

(2024-09-10, 02:13 PM)TheDreadPirate Wrote: Due to use of absolute paths, migrating install types (docker/package/portable/flatpak) is difficult and glitchy for those who've tried.

Did you open port 8096 in your firewall?  Can you share your jellyfin log via pastebin?  /var/log/jellyfin/log_20240910.log

I did open port 8096. Here is the log: https://pastebin.com/gRUT9LwB


RE: HDR Content on Android App - TheDreadPirate - 2024-09-10

Share the output of these commands.

Code:
sudo ufw status
sudo ss -tulpn | grep 8096

And I'm assuming you're using "http://192.168.0.101:8096" to try to access Jellyfin.

Are you seeing ANYTHING in your browser?


RE: HDR Content on Android App - therealgamer9982 - 2024-09-10

(2024-09-10, 10:17 PM)TheDreadPirate Wrote: Share the output of these commands.

Code:
sudo ufw status
sudo ss -tulpn | grep 8096

And I'm assuming you're using "http://192.168.0.101:8096" to try to access Jellyfin.

Are you seeing ANYTHING in your browser?

Yes I am trying to use 192.168.0.101:8096 to try and access it. I see unable to connect in my browser.

Image of firewall stuff is below: