Jellyfin Forum
SOLVED: Vulkan Tonemapping in 10.9 - 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: Vulkan Tonemapping in 10.9 (/t-solved-vulkan-tonemapping-in-10-9)



Vulkan Tonemapping in 10.9 - creylon - 2024-03-06

Hi

I want to use the new built-in vulkan tonemapping in 10.9. I run the unstable jellyfin docker image. Transcoding works fine for SDR content. When streaming HDR content, I get a stream with black video and correct audio. Only when I use my fireTV with LibVLC and Max. Streaming Bitrate set to 120Mbit/s does it look correct. When looking into ffmpeg logs it looks like everything runs fine (I can't see any logs hinting to a problem).

Can I do something to solve this problem or is this part of the unstable branch quirks?

Thanks


RE: Vulkan Tonemapping in 10.9 - gnattu - 2024-03-06

It is a bug in current unstable jellyfin-ffmpeg.

If you can't wait you can get an artifact from here: https://github.com/jellyfin/jellyfin-ffmpeg/actions/runs/8172269368


RE: Vulkan Tonemapping in 10.9 - creylon - 2024-03-06

I can't download any of the artifacts unfortunately. Will this be included in the next unstable build?


RE: Vulkan Tonemapping in 10.9 - creylon - 2024-03-06

So I figured out to install the version you provided with the link, still the same behaviour.


Code:
root@ab0d09147da1:/# apt install -f ./jellyfin-ffmpeg6_6.0.1-4-bookworm_amd64.deb
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Note, selecting 'jellyfin-ffmpeg6' instead of './jellyfin-ffmpeg6_6.0.1-4-bookworm_amd64.deb'
The following packages will be upgraded:
  jellyfin-ffmpeg6
1 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 0 B/39.3 MB of archives.
After this operation, 28.7 kB of additional disk space will be used.
Get:1 /jellyfin-ffmpeg6_6.0.1-4-bookworm_amd64.deb jellyfin-ffmpeg6 amd64 6.0.1-4-bookworm [39.3 MB]
debconf: delaying package configuration, since apt-utils is not installed
(Reading database ... 8318 files and directories currently installed.)
Preparing to unpack .../jellyfin-ffmpeg6_6.0.1-4-bookworm_amd64.deb ...
Unpacking jellyfin-ffmpeg6 (6.0.1-4-bookworm) over (6.0.1-3-bookworm) ...
Setting up jellyfin-ffmpeg6 (6.0.1-4-bookworm) ...
Processing triggers for libc-bin (2.36-9+deb12u4) ...
root@ab0d09147da1:/#



RE: Vulkan Tonemapping in 10.9 - nyanmisaka - 2024-03-07

@creylon I pushed the last little piece that was missing. Redownloading artifacts should fix this issue.

If you don't have access, you can download it from my google drive link.


RE: Vulkan Tonemapping in 10.9 - creylon - 2024-03-07

(2024-03-07, 07:01 AM)nyanmisaka Wrote: @creylon I pushed the last little piece that was missing. Redownloading artifacts should fix this issue.

If you don't have access, you can download it from my google drive link.

This version works now, thanks a lot!