aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorged <gedw99@gmail.com>2020-01-05 09:50:26 +0100
committerSean DuBois <seaduboi@amazon.com>2020-01-10 00:31:04 -0800
commitd39989b3ffa9e17319b0d39228c3a722d5acb222 (patch)
tree94df20c3be10e0f61f73233a6f77822984c18f49
parentUpdate module pion/webrtc/v2 to v2.1.18 (diff)
downloadrtwatch-d39989b3ffa9e17319b0d39228c3a722d5acb222.tar.gz
rtwatch-d39989b3ffa9e17319b0d39228c3a722d5acb222.tar.bz2
rtwatch-d39989b3ffa9e17319b0d39228c3a722d5acb222.zip
Update README.md install instructions
Users need to install bad/ugly package for GStreamer
-rw-r--r--README.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/README.md b/README.md
index 467950b..ad2cac6 100644
--- a/README.md
+++ b/README.md
@@ -20,11 +20,14 @@ Using Pion WebRTC and GStreamer you can now watch videos in real-time with your
## Instructions
### Install GStreamer
#### Debian/Ubuntu
-`sudo apt-get install libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev gstreamer1.0-plugins-good`
+`sudo apt-get install libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev gstreamer1.0-plugins-good gstreamer1.0-plugins-bad gstreamer1.0-plugins-ugly`
#### Windows MinGW64/MSYS2
`pacman -S mingw-w64-x86_64-gstreamer mingw-w64-x86_64-gst-libav mingw-w64-x86_64-gst-plugins-good mingw-w64-x86_64-gst-plugins-bad mingw-w64-x86_64-gst-plugins-ugly`
#### macOS
-` brew install gst-plugins-good pkg-config && export PKG_CONFIG_PATH="/usr/local/opt/libffi/lib/pkgconfig`
+```
+brew install gst-plugins-good pkg-config gst-plugins-bad gst-plugins-ugly
+export PKG_CONFIG_PATH="/usr/local/opt/libffi/lib/pkgconfig"
+```
### Download rtwatch
```