Skip to content

savagesmc/video_server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

  • This is a streaming video server bundled up in a docker container.

To build the container:

docker build -t <container_name> <this_folder>

To use the container:

docker run --rm -v $PDW:/myvideo.mp4:/tmp/myvideo.mp4 -p 8554:8554 <container_name> -f /tmp/myvideo.mp4 -i rtsp://:8554/video

About

Simple docker project to serve up videos.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages