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

_______________________________________________
Spice-devel mailing list
Spice-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/spice-devel

Reply via email to