Re: [Spice-devel] [PATCH spice 6/11] server: Add VP8 support, a video codec preference list and compatibility checks with the Spice client.

2015-05-26 Thread Francois Gouget
On Tue, 19 May 2015, Marc-André Lureau wrote: [...] +/* Set the encoder initial bit rate, and ask for a low latency */ +adjust_bit_rate(encoder); +g_object_set(G_OBJECT(encoder-gstenc), bitrate, encoder-bit_rate, NULL); +g_object_set(G_OBJECT(encoder-gstenc),

Re: [Spice-devel] [PATCH spice 6/11] server: Add VP8 support, a video codec preference list and compatibility checks with the Spice client.

2015-05-19 Thread Marc-André Lureau
On Wed, May 13, 2015 at 10:28 PM, Francois Gouget fgou...@codeweavers.com wrote: Preferences can be expressed by sending a semicolon-separated encoder:codec list. For instance spice:mjpeg for the original video encoder, and gstreamer:mjpeg for the new one. The client compatibility check

[Spice-devel] [PATCH spice 6/11] server: Add VP8 support, a video codec preference list and compatibility checks with the Spice client.

2015-05-13 Thread Francois Gouget
Preferences can be expressed by sending a semicolon-separated encoder:codec list. For instance spice:mjpeg for the original video encoder, and gstreamer:mjpeg for the new one. The client compatibility check relies on the following new capabilities: * SPICE_DISPLAY_CAP_MULTI_CODEC which denotes