Skip to content

A flask based app to store an audiostream and provide it at a URI

Notifications You must be signed in to change notification settings

janastu/mediastore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mediastore

Uses Python Flask framework, Github auth to store a stream of bytes and provide a simple URI to the stored stream. Currently only handles audio, but video support can be added as well.

Run

Install in a virtual environment

$ pip install -r requirements.txt

Copy mediastore/config_example.yaml to mediastore/config.yaml. Place corresponding keys to Github app in config file.

Run

$ python main.py

To-do

Dockerize the app so it can run on the server

About

A flask based app to store an audiostream and provide it at a URI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published