Skip to content

Server for simple browsing and playing of offline multimedia in intranet.

License

Notifications You must be signed in to change notification settings

assambar/offline-content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

offline-content

Server for simple browsing and playing of offline multimedia in intranet.

  1. Install django

  2. Create some admin user to use with your local db

    python manage.py createsuperuser

  3. Run the server on all interfaces (will use localhost otherwise)

    python manage.py runserver 0.0.0.0:8000

  4. 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

About

Server for simple browsing and playing of offline multimedia in intranet.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published