Sign inSign up

anax32/videoserver

By anax32

•Updated over 6 years ago

serves videos from a directory on a machine over HTTP

Image
0

232

anax32/videoserver repository overview

⁠Flask Video Server

Streams videos from a directory on the host.

Set:

  • VIDEO_PATH environment variable to the target directory
  • VIDEO_TITLE environment variable to the title of the HTML page

⁠Usage

Example:

VIDEO_PATH=/home/root/downloads python app.py

point your browser at http://127.0.0.1:8080⁠

click some links

watch your videos

⁠Docker Usage

Mount your video folder to the /data in the container.

Example:

docker build -t videoserver
docker run --rm -p 80:8080 -v $(pwd)/video-data/:/data --name vidsrv videoserver

point your browser at http://127.0.0.1⁠

click some links

watch your videos

Tag summary

Content type

Image

Digest

Size

65.2 MB

Last updated

over 6 years ago

docker pull anax32/videoserver