diff --git a/src/VideoStreaming/README.md b/src/VideoStreaming/README.md index bbc8ad974ce48a9b882f2dd058108544471ea6bb..a12262a605a20cd9d6a7f7906dd2a2a7473bf170 100644 --- a/src/VideoStreaming/README.md +++ b/src/VideoStreaming/README.md @@ -31,7 +31,7 @@ gst-launch-1.0 udpsrc port=5600 caps='application/x-rtp, media=(string)video, cl Use apt-get to install GStreamer 1.0 ``` -sudo apt-get install libgstreamer-plugins-base1.0-dev libgstreamer1.0-0:amd64 libgstreamer1.0-dev +sudo apt-get install libgstreamer-plugins-base1.0-dev libgstreamer1.0-0:amd64 libgstreamer1.0-dev libgstreamer-plugins-bad1.0 ``` The build system is setup to use pkgconfig and it will find the necessary headers and libraries automatically.