Skip to main content

'screencast robot' - a tiny fork of vnc2flv

Project description

https://img.shields.io/pypi/v/castroredux.svg

“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"
    )

#Starting vnc2flv in a thread
c.start() #this is non blocking

# other stuff

c.stop()

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

castroredux-0.1.4.tar.gz (19.2 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page