Skip to content

jf-parent/CastroRedux

Repository files navigation

CastroRedux

image

"screenCAST RObot REDUX" - a tiny fork of vnc2flv

Installation

$ [sudo] easy_install castroredux 

Example

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()

About

"screencast robot" - a tiny fork of vnc2flv

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published