diff options
author | ged <gedw99@gmail.com> | 2020-01-05 09:50:26 +0100 |
---|---|---|
committer | Sean DuBois <seaduboi@amazon.com> | 2020-01-10 00:31:04 -0800 |
commit | d39989b3ffa9e17319b0d39228c3a722d5acb222 (patch) | |
tree | 94df20c3be10e0f61f73233a6f77822984c18f49 /README.md | |
parent | Update module pion/webrtc/v2 to v2.1.18 (diff) | |
download | rtwatch-d39989b3ffa9e17319b0d39228c3a722d5acb222.tar.gz rtwatch-d39989b3ffa9e17319b0d39228c3a722d5acb222.tar.bz2 rtwatch-d39989b3ffa9e17319b0d39228c3a722d5acb222.zip |
Update README.md install instructions
Users need to install bad/ugly package for GStreamer
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -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 ``` |