Installing Gstreamer-1.0 on Mac OS X Mavericks

我们两清 提交于 2019-12-18 13:22:32

问题


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?


回答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



回答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


来源:https://stackoverflow.com/questions/32807973/installing-gstreamer-1-0-on-mac-os-x-mavericks

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!