From e56b9e485bfc1d28490d675bafbd1a3a48c17fad Mon Sep 17 00:00:00 2001 From: alexagv <10421967+alexagv@users.noreply.github.com> Date: Tue, 16 Oct 2018 17:02:58 +0200 Subject: [PATCH] Add libvpx to brew install brew install gst-plugins-good does not include libvpx by default causing the rtpfecserver example to fail as it uses vp8enc --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 43d7013a0..abfc37eac 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,7 @@ Homebrew only installs various plugins if explicitly enabled, so some extra $ brew install gstreamer gst-plugins-base gst-plugins-good \ gst-plugins-bad gst-plugins-ugly gst-libav gst-rtsp-server \ --with-orc -with-libogg --with-opus --with-pango --with-theora \ - --with-libvorbis + --with-libvorbis --with-libvpx ``` If you wish to install the gstreamer-player sub-crate, make sure the