Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wwitzel3/pyremotestreamer
https://github.com/wwitzel3/pyremotestreamer
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/wwitzel3/pyremotestreamer
- Owner: wwitzel3
- License: mit
- Created: 2014-07-24T04:56:09.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-07-24T15:56:36.000Z (over 10 years ago)
- Last Synced: 2024-04-16T03:55:28.535Z (7 months ago)
- Language: Python
- Size: 164 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
pyremotestreamer
================Quick and dirty reference implementation. Not production ready.
Take an arbitrary URL source and stream it to a client. Optionally control the
amount of bytes the client can receive.reason
======3rd party provides you direct access to content. They charge you for downloading their content.
You want to act as a VAR to a client base using this providers content.
You don't own the hosting machines so using tcp conn track (kernel) is not an option.usage
=====
See: http://pip.readthedocs.org/en/latest/installing.htmlpip install -r requirements.txt
python remotestreamer.pyThen visit http://localhost:6547 in your browser and you should see a download start that appears to be from your machine.