Re: [Vnc2swf-users] How to record withOUT audio
Status: Alpha
Brought to you by:
euske
From: The A. <the...@gm...> - 2008-11-13 18:01:43
|
On Thu, Nov 13, 2008 at 11:18 AM, Oscar Usifer <osc...@pr...>wrote: > I saw that vncrec requires Xvfb to run in script mode. Would eliminating > X11 in code be difficult? > Not sure, it'd be quite helpful because taking what looks like an easy way out: Xvfb :1 & export DISPLAY=:1 vncrec -record - ip.ad.dre.ss:0 -shared -viewonly -encodings raw | gzip -c9 > logfile.vnc.gz means that the script needs to be smart enough to find a unique (available) display number for each simultaneous instance. Cutting the X11 requirement out of vncrec would make scripting much easier. Also, how complicated would it be to revise this to use a stream based > system? I have not yet dive into the source to really know but I see this > work would be useful if I knew it would pan out. Do you have a sense of the > how hard this would be? I suspect it's doable, but I haven't looked into that either... I don't know Python, so that'd slow me down a bit. If you do manage to make that enhancement, that'd be cool. Although I've since changed jobs and no longer have need for vncrec at all, but others may find it quite helpful. -- The Amigo |