Jellyfin: Difference between revisions

Add section for how to identify the GPU to add to services.jellyfin.hardwareAcceleration.device
NVENC: Add blurb on the Nvidia support matrix.
 
(One intermediate revision by the same user not shown)
Line 51: Line 51:
{{code|lang=nix|line=no|1={
{{code|lang=nix|line=no|1={
   services.jellyfin.enable = true;
   services.jellyfin.enable = true;
  environment.systemPackages = [
    pkgs.jellyfin
    pkgs.jellyfin-web
    pkgs.jellyfin-ffmpeg
  ];
}
}
}}
}}
Line 215: Line 210:
     };
     };
   };
   };
}|lang=nix}}
}|lang=nix}}For configuring the <code>services.jellyfin.transcoding.hardwareDecodingCodec</code> and <code>services.jellyfin.transcoding.hardwareDecodingCodec</code> options for Nvidia GPUs, [https://developer.nvidia.com/video-encode-decode-support-matrix consult the support matrix provided by Nvidia]


==== VAAPI and Intel QSV ==== <!--T:19-->
==== VAAPI and Intel QSV ==== <!--T:19-->