Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jf-parent/castroredux

"screencast robot" - a tiny fork of vnc2flv
https://github.com/jf-parent/castroredux

Last synced: 3 days ago
JSON representation

"screencast robot" - a tiny fork of vnc2flv

Awesome Lists containing this project

README

        

===============================
CastroRedux
===============================

.. image:: https://img.shields.io/pypi/v/castroredux.svg
:target: https://pypi.python.org/pypi/castroredux

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