Go to file
Kevin Pouget 896aacee50 enums: add quality_indicator messages
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>
2020-04-02 13:34:35 +01:00
spice enums: add quality_indicator messages 2020-04-02 13:34:35 +01:00
.gitlab-ci.yml build-sys: Allows spec file to build MingW packages 2020-03-12 15:14:42 +00:00
.gitpublish Add a .gitpublish 2020-02-29 13:22:26 +00:00
AUTHORS Add autoconf and pkg-config setup 2010-02-04 16:47:27 +01:00
CHANGELOG.md Release 0.14.1 2020-03-06 17:05:07 +01:00
COPYING Add MIT style COPYING file 2010-02-04 16:23:24 +01:00
meson.build Package SPEC file into Meson distribution file 2020-03-09 19:00:42 +00:00
README.md README: Add basic info and .md prefix 2019-04-12 13:04:34 +00:00
spice-protocol.spec build-sys: Allows spec file to build MingW packages 2020-03-12 15:14:42 +00:00

spice-protocol

The protocol definition for SPICE project used by:

Please report bugs at Freedesktop's instance of Gitlab