Skip to content

favreau/HTTPImageStreaming

 
 

Repository files navigation

#HTTP image streamer A service that streams images from one or many rendering resources.

ChangeLog

To keep track of the changes between releases check the changelog.

##Installation Install python 2.6 or 2.7 , and virtualenv with apt-get and pip

In the context of the Human Brain Project

Test execution from source

make virtualenv
. platform_venv/bin/activate
make test

In any other context

virtualenv env
. ./env/bin/activate
pip install -r requirements.txt

Initial Configuration

##Preparation for a commit submission This will run pep8, pylint and unit tests

make verify_changes

##SECURITY WARNING: don't run with debug turned on in production! In the settings.py file, make sure that:

HISS_DEBUG = False

About

Produces MJpeg streams from BBP rendering resources

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 97.7%
  • Makefile 2.3%