Reduce the needs to buffer the entire frame and than send and on the other end to wait the entire frame before processing. Some encodings allow to start processing before having a full frame allowing to reduce latency and buffering with huge frames. Signed-off-by: Frediano Ziglio <fziglio@xxxxxxxxxx> --- spice/protocol.h | 1 + 1 file changed, 1 insertion(+) diff --git a/spice/protocol.h b/spice/protocol.h index cbf2f01..16590d4 100644 --- a/spice/protocol.h +++ b/spice/protocol.h @@ -143,6 +143,7 @@ enum { SPICE_DISPLAY_CAP_CODEC_H264, SPICE_DISPLAY_CAP_PREF_VIDEO_CODEC_TYPE, SPICE_DISPLAY_CAP_CODEC_VP9, + SPICE_DISPLAY_CAP_STREAM_PARTIAL, }; enum { -- 2.13.6 _______________________________________________ Spice-devel mailing list Spice-devel@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/spice-devel