Skip to content

An extension on top of rtsp-simple-server which supports FFmpeg

Notifications You must be signed in to change notification settings

kerberos-io/rtsp-simple-server

Repository files navigation

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

About

An extension on top of rtsp-simple-server which supports FFmpeg

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published