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?
To uninstall, just delete the folder /Library/GStreamer and edit the file /etc/launchd. conf to remove the setenv lines.
These are stored in a directory called plugins inside the . gstreamer-0.10 directory in the user's home directory. plug-ins installed system-wide. On this system, they are stored in /opt/gstreamer-sdk/lib/gstreamer-0.10 .
If you're on Linux or a BSD variant, you can install GStreamer using your package manager. For other platforms, specifically Windows, macOS, Android, and iOS, we provide binary releases in the form of official installers or tarballs maintained by the GStreamer project.
Gstreamer is essential package for Ubuntu, but there could be some missing packages that are required for app development. So with next steps you are going to install Gstreamer on your PC.
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
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
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With