Installing Gstreamer-1.0 on Mac OS X Mavericks

20,835

Solution 1

From https://stackoverflow.com/a/30873313/1162305

Try installing them with the following commands from your terminal:

brew install gstreamer gst-plugins-base gst-plugins-good gst-plugins-bad gst-plugins-ugly gst-ffmpeg

Solution 2

The package you have downloaded from the gstreamer website install everything under the /Library/Frameworks/ directory. The following command should work on your system:

/Library/Frameworks/GStreamer.framework/Commands/gst-launch-1.0 --version
Share:
20,835
konstantin_doncov
Author by

konstantin_doncov

ML engineer and software developer

Updated on July 09, 2022

Comments

  • konstantin_doncov
    konstantin_doncov almost 2 years

    I want to install Gstreamer-1.0 on Mac OS X Mavericks. So I already install gstreamer-1.0-1.6.0-x86_64.pkg and gstreamer-1.0-devel-1.6.0-x86_64.pkg from here. After that I tried to run something like this:

    gst-launch-1.0 fakesrc ! fakesink
    

    But got error:

    -bash: gst-launch-1.0: command not found
    

    So how I can install and use Gstreamer-1.0 on Mac OS X Mavericks?

  • Gooshan
    Gooshan over 7 years
    2 additional things: 1) instead of gst-ffmpeg, use gst-libav 2) make sure if you have the latest MacOS 10.12.2 to update brew