<p>I doubt this'll be greatly relevant, but there's a program called xpra that runs a headless X server and redirects it. They've got a few performance tricks mentioned if I remember rightly, so maybe it'd be worth a quick look under the hood, if only for some fresh ideas.</p>

<div class="gmail_quote">On Jan 11, 2013 10:55 PM, "Stirling Westrup" <<a href="mailto:swestrup@gmail.com">swestrup@gmail.com</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I'm currently prototyping a new video source to add to my application.<br>
I've been asked to implement an X session as a source. However, I'm<br>
getting strangely inconsistent results from tests of ximagesrc.<br>
<br>
When I first gave this a try last last November, just to see if it was<br>
feasible, I used gst-launch-1.0 to make a test pipeline that read from<br>
one X session and wrote to another. It was *really* sluggish in<br>
performance, enough so that I reported to my boss that it looked<br>
unlikely to work.<br>
<br>
A few weeks later I had a free afternoon on my hand, and tried again,<br>
and THIS time I had no problems and was even able to capture a playing<br>
YouTube video and display it on another screen without any noticeable<br>
lag or delays. Alas, I did not keep a record of what the pipeline I<br>
fed to gst-launch actually looked like, because I can't reproduce this<br>
result.<br>
<br>
Right now I'm trying to get a working test pipeline so I know what to<br>
implement, and I can't get decent performance. No idea what I am doing<br>
different this time. My command line is:<br>
<br>
gst-launch-1.0 ximagesrc display-name=":1" ! videoconvert !<br>
"video/x-raw,framerate=(fraction)25/1,pixel-aspect-ratio=(fraction)1/2,format=(string)I420"<br>
! xvimagesink display=":2"<br>
<br>
No idea why this is so slow, when the same machine can decode a 4K<br>
video and display it on four monitors simultaneously without problem.<br>
<br>
Anyway, does anyone have any suggestions as to what I could try to get<br>
this working faster?<br>
<br>
--<br>
Stirling Westrup<br>
Programmer, Entrepreneur.<br>
<a href="https://www.linkedin.com/e/fpf/77228" target="_blank">https://www.linkedin.com/e/fpf/77228</a><br>
<a href="http://www.linkedin.com/in/swestrup" target="_blank">http://www.linkedin.com/in/swestrup</a><br>
<a href="http://technaut.livejournal.com" target="_blank">http://technaut.livejournal.com</a><br>
<a href="http://sourceforge.net/users/stirlingwestrup" target="_blank">http://sourceforge.net/users/stirlingwestrup</a><br>
_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" target="_blank">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
</blockquote></div>