-
Notifications
You must be signed in to change notification settings - Fork 6
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
Implement UStreamer driver #16
Conversation
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 love the simplicity of the solution.
Is ustreamer what the nanokvm uses?
Follow up idea: we should document somewhere our list of drivers, and the required dependencies (even where to find them i.e. there is no ustreamer for centos or rhel, but we could easily build it somewhere in copr from the fedora packages).
(auto rebased to have ruff run) |
No, ustreamer is from the pikvm project. While nanokvm creates their own |
Ahh true! ':D I guess we can eventually create also a driver for jpg_stream :) so we don't need to re-invent a driver for the nanokvm, we use the provided one :) |
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.
Thanks for addressing the comments so quickly!
No description provided.