[Vnc2swf-users] pyvnc2swf-0.9.5 is out
Status: Alpha
Brought to you by:
euske
From: Yusuke S. <yu...@cs...> - 2008-11-16 11:23:28
|
Hello, I took a time this weekend, and now I can announce a new release: zip: http://www.unixuser.org/~euske/vnc2swf/pyvnc2swf-0.9.5.zip tgz: http://www.unixuser.org/~euske/vnc2swf/pyvnc2swf-0.9.5.tar.gz This version of vnc2swf.py can take a vncLog file input as stream with -V option: $ cat log.vnc | ./vnc2swf.py -n -o log.flv -V Furthermore, it can generate a flv stream directly: $ ./vnc2swf.py -n -t flv -o - | send_somewhere With this and a web server combined, you can now broadcast your live desktop on the web! $ tcpserver -vRHl0 localhost 10000 sh -c 'x11vnc -quiet -bg -nopw -viewonly -localhost -cursor -wait 10 -defer 10 >/dev/null 2>&1 && echo HTTP/1.0 200 OK && echo Content-Type: video/x-flv && echo && ./vnc2swf.py -n -t flv -s 0.5 -o -' (Okay, I know this is just a crazy idea, and hope no one is gonna take this very seriously... anyway) Enjoy! Yusuke On Fri, 14 Nov 2008 11:36:11 -0500, Yusuke Shinyama <yu...@cs...> wrote: > Hi, > > On Thu, 13 Nov 2008 12:01:38 -0600, "The Amigo" <the...@gm...> wrote: > > > > 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. > > Actually, it is not that hard, as pyvnc2swf already has a mechanism > to handle streams. But over years I've almost forgotten the internal > structure of the program, so I have to re-study my own code. > I'll post a patch here when I have a time. > > Because the original intention of this program was to create a > short (10mins or so) tutorial movie, I never imagined that someone > wants to record hours of video for logging purpose. I'm just unaware > how popular this tool is, but is this kind of demand large now? > > Yusuke > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge > Build the coolest Linux based applications with Moblin SDK & win great prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > Vnc2swf-users mailing list > Vnc...@li... > https://lists.sourceforge.net/lists/listinfo/vnc2swf-users > |