Spyke
nix·Nix / NixOSbyclemmyzemmy

Alternative to intel-media-sdk package

Hi all,

Since intel-media-sdk-23.2.2 + has been marked as vulnerable in NixPkgs ( commit ) is there an alternative for enabling Jellyfin hardware transcoding on an Intel i5-8500? Thanks!

View original on sopuli.xyz
lemmy.ml

I'm afraid that's just how it is. Drivers for old hardware will get deprecated and stop receiving security updates at some point.

If you are using Jellyfin just for yourself, make sure to protect it as much as feasible, and just hope for the best. It's not like any of the vulnerabilities in intel-media-sdk are remotely exploitable by themselves, and if the only way to run it is via a Jellyfin that only you can access, it's probably fine.

4
sopuli.xyz

Aah thanks, doesn't feel too good but needs must I guess. In other news, the build phase is now failing with:

CMake Deprecation Warning at CMakeLists.txt:21 (cmake_minimum_required): Compatibility with CMake < 3.10 will be removed from a future version of CMake.

Update the VERSION argument value. Or, use the ... syntax to tell CMake that the project requires at least but has been updated to work with policies introduced by or earlier.

Any ideas what's going on there?

1
balsoftreply
lemmy.ml

I don't think it is the problem. The build phase also fails for me but I can't identify the error, it only prints make: *** [Makefile:146: all] Error 2 and exits. Maybe you can just take it from an older nixpkgs version where it still compiled.

1

You reached the end

Alternative to intel-media-sdk package | Spyke