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