Commit 8308ac00 authored by jaxxzer's avatar jaxxzer Committed by GitHub

Add video streaming dependency

libgstreamer-plugins-bad1.0 is not installed if 3rd party plugins are opted-out during OS install
parent 16505fd3
......@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment