From 83a9ab1e047d80750e1ef7a52de22ffddb9a6285 Mon Sep 17 00:00:00 2001 From: Jonathon Reinhart Date: Sun, 9 Apr 2017 13:34:22 -0400 Subject: [PATCH] Add note to README.md about single connection --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 26584fd..146613e 100644 --- a/README.md +++ b/README.md @@ -38,5 +38,14 @@ If `virt-manager` is installed on a modern distro (which has ported all of its Python apps to Python 3), then everything should already be installed, aside from `ffmpeg`. +## Notes +Currently, the spice server only supports a single client connection. When +another connection is opened, the current one is disconnected. Thus, this +utility is limited in its usability as it cannot record a user interacting with +the VM, and only an automatic ongoing process. There is however, an +experimental feature to enable [multiple concurrent +connections][MultipleClients] to a single spice server. + [spice-record]: https://github.com/JonathonReinhart/spice-record [SPICE]: https://www.spice-space.org/ +[MultipleClients]: https://www.spice-space.org/page/Features/MultipleClients