mirror of
https://github.com/retspen/webvirtmgr.git
synced 2026-04-26 08:05:54 +03:00
[GH-ISSUE #426] Feature request: spice support #319
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @kot1grun on GitHub (Sep 10, 2014).
Original GitHub issue: https://github.com/retspen/webvirtmgr/issues/426
Hello!
It is common nowadays to use Spice protocol instead of VNC for connecting to guests. Especially if it's Windows guest. For example, I have this lines in XML guest domain definition file:
So, I want to use Spice for console access as it has several speed advantages.
Spice project has html5 client, similar to noVNC:
http://www.spice-space.org/page/Html5
It's actively developed.
Also, it is used in oVirt:
http://www.ovirt.org/Features/SpiceHTML5
IMO, it's not so hard to integrate spice-html5 client into webvirtmgr.
@MACscr commented on GitHub (Sep 25, 2014):
It might be actively developed, but its performance (the html5 client) is quite poor. I wouldnt recommend it. Especially since most people want it in order to use a some native client for their OS, which I am completely against having solution that requires a user install an app for it to work.