• 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 Support Troubleshooting Hardware acceleration with VAAPI works fine, but QuickSync Video doesn't

     
    • 0 Vote(s) - 0 Average

    Hardware acceleration with VAAPI works fine, but QuickSync Video doesn't

    Hardware acceleration with VAAPI works fine, but QuickSync Video doesn't
    awesomesauce
    Offline

    Junior Member

    Posts: 1
    Threads: 1
    Joined: 2024 Sep
    Reputation: 0
    #1
    2024-09-12, 10:30 PM (This post was last modified: 2024-09-12, 10:37 PM by awesomesauce. Edited 1 time in total.)
       
    [attachment=4891][attachment=4891]
    Playing any video that requires transcoding with QSV enabled fails with error "playback failed due to a fatal player error". VAAPI works fine though and I've verified that hardware transcoding with VAAPI works using intel_gpu_top.
    • Intel Core i5-12500
    • NixOS 24.05
    • Custom jellyfin-ffmpeg is being used
    • No virtualization is being used, Jellyfin runs on bare-metal

    I have the following drivers and settings enabled:

    Code:
        {
          hardware.opengl = {
            enable = true;
            extraPackages = with pkgs; [
              intel-compute-runtime
              intel-media-driver # LIBVA_DRIVER_NAME=iHD
              intel-ocl
              libvdpau-va-gl
              onevpl-intel-gpu # For NixOS <= 24.05
            ];
          };
          boot.kernelParams = [ "i915.force_probe=4690" ];
          environment.sessionVariables = { LIBVA_DRIVER_NAME = "iHD"; }; # Force intel-media-driver
        }

    See the attached image for my QSV settings in Jellyfin. If more information is needed please let me know.
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    Messages In This Thread
    Hardware acceleration with VAAPI works fine, but QuickSync Video doesn't - by awesomesauce - 2024-09-12, 10:30 PM
    RE: Hardware acceleration with VAAPI works fine, but QuickSync Video doesn't - by TheDreadPirate - 2024-09-13, 02:11 AM

    • View a Printable Version
    • Subscribe to this thread
    Forum Jump:

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


    Jellyfin

    The Free Software Media System

    Linear Mode
    Threaded Mode