this post was submitted on 22 Jul 2025
8 points (100.0% liked)

Nix / NixOS

2357 readers
3 users here now

Main links

Videos

founded 2 years ago
MODERATORS
 

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!

you are viewing a single comment's thread
view the rest of the comments
[–] balsoft@lemmy.ml 4 points 1 week ago (1 children)

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.

[–] clemmyzemmy@sopuli.xyz 1 points 1 week ago (1 children)

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?

[–] balsoft@lemmy.ml 1 points 1 week ago (1 children)

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.

[–] clemmyzemmy@sopuli.xyz 1 points 1 week ago

Good idea, thanks a lot (╯✧▽✧)╯