Server for simple browsing and playing of offline multimedia in intranet.
-
Install django
-
Create some admin user to use with your local db
python manage.py createsuperuser
-
Run the server on all interfaces (will use localhost otherwise)
python manage.py runserver 0.0.0.0:8000
-
Go do /admin to add a directory. Just add the path
Paths in the browser
- browse/ - lists all dirs
- browse/dir/<dir_id> - list of served dirs on server
- browse/show/<file_id> - opens player for video file or web pdf reader
- browse/raw/ - raw serving of the file (with streaming response)
- browse/raw//stream - raw serving of the file (with streaming)
- admin - django native ui to modify dirs