I used the current ffmpeg (ffmpeg-2.6.1.tar.bz2) and the newest x2goserver (x2goserver-4.0.1.19.tar.gz). x2goserver compiled using default options (there is even no configuration script to set up any). ffmpeg configured by:
./configure --enable-libxcb Then, I tried to capture the screen by: ffmpeg -f x11grab -r 25 -s 1600x900 -i :50 -threads 4 output.avi And it works perfectly :) So ffmpeg works, while libav-tools crashes. Best, Tomasz On Fri, Mar 20, 2015 at 2:23 PM, Luca Barbato <[email protected]> wrote: > On 20/03/15 12:54, Tomasz Bujlow wrote: > >> I tried to see where the display is redirected: >> > > Could you please try the xcb variant from master or tell me how to setup > x2go ? > > lu > _______________________________________________ > libav-tools mailing list > [email protected] > https://lists.libav.org/mailman/listinfo/libav-tools > -- Tomasz Bujlow, Ph.D. Computer Network Researcher Open-Source Software Developer [email protected] http://tomasz.bujlow.com
_______________________________________________ libav-tools mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-tools
