-
-
Notifications
You must be signed in to change notification settings - Fork 178
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
encoder server #4483
Labels
Comments
totaam
added a commit
that referenced
this issue
Jan 28, 2025
totaam
added a commit
that referenced
this issue
Jan 31, 2025
totaam
added a commit
that referenced
this issue
Feb 1, 2025
totaam
added a commit
that referenced
this issue
Feb 2, 2025
totaam
added a commit
that referenced
this issue
Feb 2, 2025
totaam
added a commit
that referenced
this issue
Feb 3, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Splitting this from #4418 as this is not specific to hyper-v.
It would be extremely useful to be able to delegate frame encoding to a dedicated process / server, potentially not running on the same (virtualized) system as where the xpra server is running.
It could server a similar purpose to proxy encoding, but without requiring the proxy to intercept and modify the packets.
Ideally, we can minimize memory copying between the xpra server and the encoder server by using mmap / ivshmem, etc.
The text was updated successfully, but these errors were encountered: