-
a313403367 started following nyanmisaka
-
Intel Arc support
It means the GuC/HuC firmware is not ready or the Linux kernel is < 6.2. https://jellyfin.org/docs/general/administration/hardware-acceleration/intel#configure-and-verify-lp-mode-on-linux
-
Intel Arc support
Jellyfin AV1 Hw/Sw Encoding Preview
-
Intel Arc support
The GPU firmware loading is broken in Linux 6.1, which is required by the QuickSync. So it makes no sense to use "force_probe".
-
Intel Arc support
https://jellyfin.org/docs/general/administration/hardware-acceleration/intel/#official-docker Read the step 1 and 2. Set the correct "group-add" value.
-
Intel Arc support
You didn't use the deb installation package, right? jellyfin user comes with the jellyfin-server*.deb package. If you use portable jellyfin build, you need to add the current user to the render group. usermod -aG render $USER usermod -aG video $USER
-
Intel Arc support
Correct. Linux 6.2 is the first version that has full ARC support at kernel level. -17 device failed error means your current kernel driver doesn't support QSV yet. You have to wait Unraid to update its kernel.
-
Intel Arc support
You didn't set the correct permissions to allow Jellyfin to access /dev/dri/renderD128. We have detailed instructions on setting up hardware acceleration. On host: sudo usermod -aG render jellyfin sudo usermod -aG video jellyfin Docker: https://jellyfin.org/docs/general/administration/hardware-acceleration/intel/#configure-with-linux-virtualization Also, use QSV instead of VA-API.
-
Intel Arc support
Please share the ffmpeg transcode log file.
-
Intel Arc support
The OneVPL runtime is required for using QSV AV1 encoder, which is not supported by legacy MediaSDK. https://www.intel.com/content/www/us/en/developer/articles/technical/onevpl-in-ffmpeg-for-great-streaming-on-intel-gpus.html Jellyfin's ffmpeg 6.0 builds support OneVPL and bundled its runtime. https://github.com/jellyfin/jellyfin-ffmpeg/releases/tag/v6.0-1
-
Intel Arc support
Are you sure the FFmpeg cli used in Tdarr is the optimal? I don't see any reason you only get ~220fps (1080p?) on Arc. In Jellyfin you can get 600fps 1080p and 180~200fps 4k even with tone-mapping enabled. Also the unoptimized FFmpeg cli can result in high CPU usage.
-
Intel Arc support
We updated our Jellyfin docs with more tips and instructions for the new ARC GPU. https://jellyfin.org/docs/general/administration/hardware-acceleration/intel#arc-gpu-support
-
Tone Mapping support for AMD iGPU for Jellyfin (ROCM opencl)
Switch to the dev/unstable 10.9 branch you will get HDR and DoVi P5 tone-mapping out of the box. https://github.com/linuxserver/docker-mods/pull/544#issuecomment-1407467569 https://hub.docker.com/r/linuxserver/jellyfin/tags
-
Intel Arc support
Ryzen 7 5700G I'd like to upgrade to the 7040 series Zen 4 desktop APU in the future, which should supports PCIe 4.0/5.0.
-
intel arc support
$ strings /usr/lib/plexmediaserver/lib/dri/iHD_drv_video.so | grep "iHD driver" Intel iHD driver for Intel(R) Gen Graphics - 22.4.4 (2bbbd9b) media-driver 22.4.4 They don't enable libmfx/libvpl in their FFmpeg build configs. So they use VA-API on Intel.
-
intel arc support
https://forums.plex.tv/t/anybody-get-hw-transcoding-working-with-the-a380-on-ubunutu/823618 I doubt it will work on Plex as they are still using outdated Intel UMD drivers and libs that don't match the upstream 6.2 kernel. And yes Plex only support VA-API interface instead of QuickSync interface in their modified FFmpeg.