From df0d0fc9c6967544aec8d9dbbbb2cb3c45b87dbc Mon Sep 17 00:00:00 2001 From: Lea <lea@janderedev.xyz> Date: Fri, 16 Feb 2024 15:29:06 +0000 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index c0d25a6..9965a79 100644 --- a/README.md +++ b/README.md @@ -107,6 +107,9 @@ Next, install mjpeg-server. sudo apt install golang go install github.com/blueimp/mjpeg-server@latest +# You'll also need gstreamer +sudo apt install gstreamer1.0-tools gstreamer1.0-plugins-good + # Verify that it was built and installed correctly. # If you get "No such file or directory", run the `go get` command again. ~/go/bin/mjpeg-server --help