On Thu, 27 Dec 2018 16:45:11 +0100, Ilyass Kaouam wrote: > Please if you know any opensource tools he can recording session ?
There is a nice article on that: "5 Screen Recorders for the Linux Desktop". www.linux.com/blog/intro-to-linux/2018/12/5-screen-recorders-linux-desktop Also, ffmpeg can do it. $ ffmpeg -f x11grab -s cif -r 24 -i :0.0 /tmp/out.mpg See 'man ffmpeg' and look for 'X11 grabbing'.