Re: [Vnc2swf-users] How to record withOUT audio
Status: Alpha
Brought to you by:
euske
From: Reid E. <ra...@tn...> - 2008-11-13 19:01:24
|
I don't think it's quite what your asking, but I wrote an X11-less version of vnc2swf a while back, and recently updated it to the latest version of vnc2swf: http://rae.tnir.org/vnc2swf/vnc2swf-nw It's a pretty simple stripping of all things Tk from the script, obviously. Ideally, it would be nice to use, say, Qt, since that's available on all platforms without X11 being necessary. Not quite what you were asking for, but hey. Reid On Thu Nov 13, 2008, at 1:01 PM, The Amigo wrote: > 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 |