-
-
Notifications
You must be signed in to change notification settings - Fork 49
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
Add support for zero-copy GPU screen capture including NVIDIA NvFBC #30
Comments
It seems, you can include required headers into plugin source, nvenc does it. And use dynamic loader so that you do not need to link libs. |
Note that in GST 1.21.1, there are new variants of encoders which use CUDA directly instead of the NVENC AVI. |
Relevant: NVIDIA/libnvidia-container#118. If NVIDIA injects all needed nvfbc libraries no userspace driver installation neccessary inside the container. |
|
https://steamcommunity.com/groups/homestream/discussions/0/451850849186356998 Also: NVFBC is deprecated as from NVIDIA? |
maybe only for window 10, not as product. NVFBC has been deprecated on Windows 10 and above for reasons explained in this document. |
Investigating PipeWire and kmsgrab (the latter might be implemented in GStreamer) is also key for other GPUs. |
Per conversation in #7 (comment):
nvfbch264enc
option.The text was updated successfully, but these errors were encountered: