aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-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
```