-
-
Notifications
You must be signed in to change notification settings - Fork 16.5k
immersed: add option to open firewall ports and libraries for hardware encoding support #399766
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
@@ -25,6 +25,8 @@ appimageTools.wrapAppImage { | |||
|
|||
extraPkgs = | |||
pkgs: with pkgs; [ | |||
libva | |||
intel-media-driver |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Might as well add all the other common VAAPI backends.
intel-media-driver | |
# VAAPI backends | |
intel-media-driver | |
intel-vaapi-driver | |
nvidia-vaapi-driver | |
mesa | |
# Other dependencies |
See https://wiki.archlinux.org/title/Hardware_video_acceleration for a description of the various backends. I'm not quite confident that mesa
will work to add AMD vaapi support, but we'll see.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I haven't included the other backends as I miss the hardware to test whether their setup actually works, but we can indeed add them and wait for feedback by someone who can give them a try.
|
This Pull Request updates Immersed NixOS Module and Package to:
libva
,intel-media-driver
,intel-vaapi-driver
,nvidia-vaapi-driver
andmesa
)Things done
nix.conf
? (See Nix manual)sandbox = relaxed
sandbox = true
nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)Add a 👍 reaction to pull requests you find important.