Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jf-parent/castroredux
- Owner: jf-parent
- License: isc
- Created: 2015-10-18T14:46:29.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-04-11T22:26:24.000Z (almost 9 years ago)
- Last Synced: 2025-01-12T16:45:39.546Z (8 days ago)
- Language: Python
- Size: 842 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
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()