"screenCAST RObot REDUX" - a tiny fork of vnc2flv
$ [sudo] easy_install castroredux
from castroredux import CastroRedux c = CastroRedux( 'out.flv', host = '192.168.0.12' port = 5900, pwdfile = "/home/user/.vnc/pwd" ) c.start() # other stuff c.stop()