-
Notifications
You must be signed in to change notification settings - Fork 68
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
Steam remote play hardware encoding doesn't works: NVENC - Couldn't create encoding session: 15 #1249
Comments
More information: $ flatpak run --command=bash com.valvesoftware.Steam
[📦 com.valvesoftware.Steam lib]$ ls /usr/lib/i386-linux-gnu/GL/nvidia-525-147-05/lib | grep encode
libnvidia-encode.so.1
libnvidia-encode.so.525.147.05
[📦 com.valvesoftware.Steam lib]$ ls /usr/lib/x86_64-linux-gnu/GL/nvidia-525-147-05/lib | grep encode
libnvidia-encode.so.1
libnvidia-encode.so.525.147.05 |
@CatEricka can you show output of |
|
Okay, so the nVidia extension is completely missing this file. Maybe worth asking at https://github.com/flathub/org.freedesktop.Platform.GL.nvidia/issues |
Do you mean I'd like to create a new ticket for this, but I don't understand what's this issue is. |
I mean nvidia_drv_video.so. |
I know nvidia doesn't support VAAPI accelerated encoding. Steam is supposed to support nvenc, but it doesn't work with flatpak on my PC. |
nvdec support libraries are not provided by runtime |
Distribution name and version where applicable
Steam Client version
Both the normal version and the
Steam Beta Update
have this issue. Currently usingSteam Beta Update
.Flatpak info
GPU info
$ lspci | grep VGA 01:00.0 VGA compatible controller: NVIDIA Corporation AD103 [GeForce RTX 4080] (rev a1) 16:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Raphael (rev c1)
The second one is iGPU of AMD 7950x; Display connect to NVIDIA GPU.
Problem description
flatpak run com.valvesoftware.Steam
Steam Link
on any device or useSteam Remote Play Together
Then I got this:
I noticed this line:
then steam check VAAPI, but x11 is running on NVIDIA GPU:
but x11 code path of VAAPI doesn't work, although there is an AMD iGPU.
Maybe steam can handle this situation in the future: Steam Beta Adds VA-API DRM Video Acceleration For Remote Play, but for now, I want to find out why nvenc doesn't work (I don't know how to force steam to use iGPU encoding).
I found a related issue here:
ValveSoftware/steam-for-linux#10174
and the maintainer replied:
Does this issue reproduce with native Steam
Have not tested
The text was updated successfully, but these errors were encountered: