Skip to content

tomi77/django-evostream

Repository files navigation

django-evostream

Code Climate https://travis-ci.org/tomi77/django-evostream.svg?branch=master https://coveralls.io/repos/github/tomi77/django-evostream/badge.svg?branch=master

Installation

Install package via pip

pip install django-evostream

Setup EvoStream Media Server HTTP API address

EVOSTREAM_URI = 'http://127.0.0.1:7777'

Documentation

https://tomi77.github.io/django-evostream/html/

API Usage

from evostream.commands import list_streams

print list_streams()

CLI Usage

django-evostream provide Django commands to manage EvoStream Media Server.

Example

./manage.py liststreams

TODO

  • Implement silent mode in shutdownstream CLI command