Home

Awesome

codec-dashboard

Building a Web dashboard to display/alert on codec information

alt text

<h1>Files:</h1> <h1>Tasks:</h1>
  1. Update config-example.py to include your credentials and modify name to config.py 2: virtualenv venv 3: source venv/bin/activate 4: pip install -r requirements.txt 5: python bot.py
<h1>Verification:</h1> At this point you should have a basic webserver up and running at http://127.0.0.1:5000/ <h1>Adding or Removing Codecs:</h1>

To add codecs you can register them via the command below and the app will start monitoring then. Recommend to put this in your codec startup script

To remove codecs you must delete them from the codec.json file