Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 855 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 855 Bytes

rtsp-simple-server

By default rtsp-simple-server, doesn't include FFmpeg. With this small repo, we have extended the rtsp-simple-server Dockerfile, with FFMpeg support.

Next to that a multi-arch build is ran through GitHub actions. The docker images are hosted on Docker Hub.

Building

You can build the Dockerfile using the build command.

docker build -t kerberos/rtsp-simple-server .

Run

For more information how to leverage the rtsp-simple-server have a look at the camera-to-rtsp repository, which illustrates how to convert USB and RPi cameras to a rtsp h264 stream.

docker run --network=host \
-d --privileged \
-v $PWD/rtsp-simple-server.yml:/rtsp-simple-server.yml \
kerberos/rtsp-simple-server