• Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below
  • Forum
  • Website
  • GitHub
  • Status
  • Translation
  • Features
  • Team
  • Rules
  • Help
  • Feeds
User Links
  • Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below

    Useful Links Forum Website GitHub Status Translation Features Team Rules Help Feeds
    Jellyfin Forum Search Results

    Pages (13): 1 2 3 4 5 … 13 Next »
     

    Search Results
    Post Author Forum Replies Views Posted [asc]
      Thread: QSV not working any more
    Post: RE: QSV not working any more

    ARROWLAKE and METEORLAKE share the same iGPU firmware, as they are basically variants of the ARC A-series mobile with different core counts. Intel does not enable xe kernel driver by default on MTL...
    nyanmisaka Troubleshooting 4 428 2025-06-07, 01:17 PM
      Thread: QSV not working any more
    Post: RE: QSV not working any more

    15th gen intel requires a fairly new linux kernel ~6.12. Does your environment meet this requirement? If so, check `sudo dmesg | grep -E "i915|xe"` for any related ERROR or FAIL, such as missing fi...
    nyanmisaka Troubleshooting 4 428 2025-06-06, 04:06 PM
      Thread: Transcoding with Intel Arc A750 Not Working
    Post: RE: Transcoding with Intel Arc A750 Not Working

    If it's a kernel/firmware issue, using `sudo dmesg | grep i915` will usually give you some clues.
    nyanmisaka Troubleshooting 7 498 2025-06-06, 12:35 PM
      Thread: Cannot use hardware transcoding help
    Post: RE: Cannot use hardware transcoding help

    Guess it's stupid Windows that performs GPU driver auto-update, thus screwing up the OpenCL runtime. It is recommended to use DDU to wipe all cached drivers and install fresh from AMD's official we...
    nyanmisaka Troubleshooting 5 343 2025-06-06, 10:50 AM
      Thread: Cannot use hardware transcoding help
    Post: RE: Cannot use hardware transcoding help

    Re4mstr Wrote: (2025-06-04, 12:22 PM) -- I am having this issue as well as of.. a couple of days ago. Thank you for reporting this, as I myself think this is actually a bug. Running the Jellyfin.ser...
    nyanmisaka Troubleshooting 5 343 2025-06-06, 10:45 AM
      Thread: Transcoding with Intel Arc A750 Not Working
    Post: RE: Transcoding with Intel Arc A750 Not Working

    This error has nothing to do with jellyfin-ffmpeg or jellyfin. It is a kernel or firmware configuration issue on your side. There are instructions in the documentation to tell you how to check. http...
    nyanmisaka Troubleshooting 7 498 2025-06-06, 10:40 AM
      Thread: has jellyfin mobile been removed from the chinese app store ?
    Post: RE: has jellyfin mobile been removed from the chin...

    No, it has nothing to do with device location. I can confirm that the official Jellyfin App is available in the US App Store. Maybe you think your new Apple account is registered in US, but it is n...
    nyanmisaka General Questions 8 965 2025-06-05, 02:36 PM
      Thread: VA-API Issues
    Post: RE: VA-API Issues

    The Mesa driver included in Jellyfin 10.10 docker image is not recent enough for the RX 9070 series. You can manually update the jellyfin-ffmpeg7 package in docker to fix this. ``` sudo docker ...
    nyanmisaka Troubleshooting 2 419 2025-05-28, 08:07 AM
      Thread: [closed] Transcoding on i3-N305 / iGPU
    Post: RE: Transcoding on i3-N305 / iGPU

    Three possibilities: 1. You installed vanilla ffmpeg instead of jellyfin-ffmpeg (zero-copy transcoding will be disabled) 2. Some hardware codecs are not enabled in the dashboard 3. Audio transcodin...
    nyanmisaka General Questions 6 715 2025-05-28, 12:57 AM
      Thread: Enable Hardware Acceleration with Windows Home
    Post: RE: Enable Hardware Acceleration with Windows Home

    If you don't use Windows Remote Desktop you can skip that step.
    nyanmisaka General Questions 2 442 2025-05-24, 10:03 PM
      Thread: Issues with HW transcoding - RK3588
    Post: RE: Issues with HW transcoding - RK3588

    That one only supports Intel GPU. But RK3588 is ARM Mali and uses different drivers.
    nyanmisaka Troubleshooting 12 1,603 2025-05-23, 08:46 PM
      Thread: Issues with HW transcoding - RK3588
    Post: RE: Issues with HW transcoding - RK3588

    Do not use the linuxserver.io image on RK3588, as it does not include the OpenCL runtime. Use the official image jellyfin/jellyfin. Another "Failed to init MPP context: -1" means missing permission...
    nyanmisaka Troubleshooting 12 1,603 2025-05-23, 04:01 PM
      Thread: The burn-in subtitles will become semi-transparent when enable hardware acceleration
    Post: RE: The burn-in subtitles will become semi-transpa...

    This issue will be fixed in Jellyfin 10.11.
    nyanmisaka General Questions 22 3,312 2025-05-22, 09:25 AM
      Thread: Intel A310 Transcoding on RHEL - Broken?
    Post: RE: Intel A310 Transcoding on RHEL - Broken?

    ``` [ 2.875281] i915 0000:00:10.0: [drm] GT0: HuC: can't load due to missing mei modules [ 2.875290] i915 0000:00:10.0: [drm] GT0: HuC: initialization failed -EIO ``` The problem is still ...
    nyanmisaka Troubleshooting 3 482 2025-05-21, 04:53 AM
      Thread: Dolby Vision Playback Freezes on LG TV
    Post: RE: Dolby Vision Playback Freezes on LG TV

    https://github.com/jellyfin/jellyfin-web/pull/6530 This fix should be related.
    nyanmisaka Troubleshooting 6 859 2025-05-19, 10:06 PM
      Thread: Haswell Hardware Transcoding?
    Post: RE: Haswell Hardware Transcoding?

    I suspect that this iGPU does not support SRIOV. https://www.intel.com/content/www/us/en/support/articles/000093216/graphics/processor-graphics.html
    nyanmisaka Troubleshooting 4 305 2025-05-19, 10:04 PM
      Thread: Haswell Hardware Transcoding?
    Post: RE: Haswell Hardware Transcoding?

    VAAPI cannot access iGPU video codecs in VMware virtual machines. A bare metal Linux installation is required.
    nyanmisaka Troubleshooting 4 305 2025-05-19, 04:43 AM
      Thread: Sudden transcoding issue with Radeon 680M
    Post: RE: Sudden transcoding issue with Radeon 680M

    https://jellyfin.org/docs/general/post-install/transcoding/hardware-acceleration/amd AMF is not recommended on Linux. Use VA-API instead.
    nyanmisaka Troubleshooting 2 397 2025-05-13, 05:20 AM
      Thread: Transcoding with HDR Question
    Post: RE: Transcoding with HDR Question

    It's on the roadmap but has no ETA, as the people here are volunteers doing free work in their spare time. But it's definitely not in 10.11, as it's a big enough database refactor.
    nyanmisaka General Questions 3 302 2025-05-13, 05:19 AM
      Thread: Transcoding with HDR Question
    Post: RE: Transcoding with HDR Question

    Currently all transcoding targets SDR. If using direct-playback or direct-streaming, HDR is preserved. Note that hardware encoders (for example QSV) also generally do not support carrying dynamic HDR ...
    nyanmisaka General Questions 3 302 2025-05-13, 12:23 AM
    Pages (13): 1 2 3 4 5 … 13 Next »
     

    Home · Team · Help · Contact
    © Designed by D&D - Powered by MyBB
    L


    Jellyfin

    The Free Software Media System