[Spice-devel] [RFC PATCH spice-protocol v2 03/20] Add the StreamInfo message

Gerd Hoffmann kraxel at redhat.com
Mon Aug 27 13:07:00 UTC 2018


  Hi,

> +/* Message containing information about the stream, sent when a new stream is created.
> + */
> +typedef struct StreamMsgInfo {
> +    /* The xrandr output ID (index of the output in the list) that is being
> +     * streamed, 0-based.
> +     */
> +    uint32_t guest_output_id;
> +} StreamMsgInfo;

This goes from streaming agent to spice server?

As discussed before, we need some reliable way to link output to
channel-id, without using os/windowserver-specific things like xrandr.
I still think this should be done inside the guest, and spice-server
should (with help from qemu) provide the information needed to do that.

cheers,
  Gerd



More information about the Spice-devel mailing list