Update README.md
This commit is contained in:
parent
bf0ef103e3
commit
df0d0fc9c6
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue