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"><<a href="mailto:alevy@redhat.com">alevy@redhat.com</a>></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>
> Hi,<br>
> I have installed Spice and now I'm trying to use it. I'm interested in how<br>
> spice manage streaming video. I read that there is the option<br>
><br>
> -streaming-video=[all|off|filter]<br>
><br>
> Can you explain me the difference between these three option?<br>
> Which source file read the command line?<br>
> Why I have tried to play a video in a player but i have not notice any<br>
> difference between the two options 'off' and 'filter'?<br>
><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>
> Thanks very much for the help.<br>
<br>
</div>> _______________________________________________<br>
> Spice-devel mailing list<br>
> <a href="mailto:Spice-devel@lists.freedesktop.org">Spice-devel@lists.freedesktop.org</a><br>
> <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>