mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice-protocol
synced 2025-12-26 14:18:31 +00:00
These messages are used to exchange Streaming Quality messages between SPICE client and SPICE server: - `SPICE_MSGC_MAIN_QUALITY_INDICATOR`: a client->server message on the Main channel. This message is used by the client to share streaming quality observation with the server and the adaptive streaming control center. The format of the string message is not specified yet, it will depend of the sender/receiver final implementation. - `SPICE_MSG_DISPLAY_QUALITY_INDICATOR`: a server->client message on the Display channel. This message is used to inform the client about adaptive-streaming specific details. The client should use it to configure its quality-message generation algorithms. The format of the string message is not specified yet, it will depend of the sender/receiver final implementation. As an example, a `SPICE_MSG_DISPLAY_QUALITY_INDICATOR` message can inform the client about the requested framerate (say, 60 FPS); and the client will send a `SPICE_MSGC_MAIN_QUALITY_INDICATOR` warning message when the measured framerate drops below 45 FPS. Signed-off-by: Kevin Pouget <kpouget@redhat.com> Acked-by: Frediano Ziglio <fziglio@redhat.com> |
||
|---|---|---|
| spice | ||
| .gitlab-ci.yml | ||
| .gitpublish | ||
| AUTHORS | ||
| CHANGELOG.md | ||
| COPYING | ||
| meson.build | ||
| README.md | ||
| spice-protocol.spec | ||
spice-protocol
The protocol definition for SPICE project used by:
- spice-server: A server side library used by QEMU and x11spice;
- spice-gtk: A client side library used by virt-viewer and virt-manager and GNOME Boxes;
- linux/vd-agent and win32/vd-agent: Guest components for Linux and Windows
- xf86-video-qxl, gpu/drm/qxl, win32/qxl, win32/qxl-wddm-dod: Guest video drivers;
Please report bugs at Freedesktop's instance of Gitlab