Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

nyanmisaka

Members
  • Joined

  • Last visited

  1. a313403367 started following nyanmisaka
  2. 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
  3. Jellyfin AV1 Hw/Sw Encoding Preview
  4. 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".
  5. https://jellyfin.org/docs/general/administration/hardware-acceleration/intel/#official-docker Read the step 1 and 2. Set the correct "group-add" value.
  6. 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
  7. 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.
  8. 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.
  9. Please share the ffmpeg transcode log file.
  10. 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
  11. 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.
  12. 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
  13. 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
  14. 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.
  15. $ 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.
  16. 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.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.