I would like to improve the streaming video performance in Spice, do you think that is possible to improve it? In what way? <div>Are there documents that describes in detail how spice works with video?<br><br><div class="gmail_quote">
2011/4/11 Alon Levy <span dir="ltr">&lt;<a href="mailto:alevy@redhat.com">alevy@redhat.com</a>&gt;</span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div><div>
</div><div class="h5">On Mon, Apr 11, 2011 at 03:48:08PM +0200, Andrea Celestino wrote:<br>
&gt; Hi,<br>
&gt; I have installed Spice and now I&#39;m trying to use it. I&#39;m interested in how<br>
&gt; spice manage streaming video. I read that there is the option<br>
&gt;<br>
&gt; -streaming-video=[all|off|filter]<br>
&gt;<br>
&gt; Can you explain me the difference between these three option?<br>
&gt; Which source file read the command line?<br>
&gt; Why I have tried to play a video in a player but i have not notice any<br>
&gt; difference between the two options &#39;off&#39; and &#39;filter&#39;?<br>
&gt;<br>
<br>
</div></div>Look at <a href="http://cgit.freedesktop.org/spice/spice/tree/server/red_worker.c" target="_blank">http://cgit.freedesktop.org/spice/spice/tree/server/red_worker.c</a><br>
<br>
search for STREAM_VIDEO_FILTER<br>
<br>
The switch toggles modes for creating streams:<br>
 off - never create<br>
 all/filter - create either based on smallest size, or just based on<br>
 number of consecutive opaque copies to same area.<br>
<div class="im"><br>
&gt; Thanks very much for the help.<br>
<br>
</div>&gt; _______________________________________________<br>
&gt; Spice-devel mailing list<br>
&gt; <a href="mailto:Spice-devel@lists.freedesktop.org">Spice-devel@lists.freedesktop.org</a><br>
&gt; <a href="http://lists.freedesktop.org/mailman/listinfo/spice-devel" target="_blank">http://lists.freedesktop.org/mailman/listinfo/spice-devel</a><br>
<br>
</blockquote></div><br></div>