From d39989b3ffa9e17319b0d39228c3a722d5acb222 Mon Sep 17 00:00:00 2001 From: ged Date: Sun, 5 Jan 2020 09:50:26 +0100 Subject: Update README.md install instructions Users need to install bad/ugly package for GStreamer --- README.md | 7 +++++-- 1 file 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 ``` -- cgit v1.2.3