Cannot find get-launch-1.0 from Gstreamer

I work on OSX Mac, I installed various packages in GStreamer 1.5.1 found here: http://gstreamer.freedesktop.org/data/pkg/osx/ .

Whenever I try to run a command with gst-launch, I get -bash: gst-launch-1.0: command not found. Similarly, I get an error trying to start gst-inspect.

The frame is missing in the / System / Library / Frameworks folder after installation. Any suggestions?

+1
source share
1 answer

If you want to run the commands that you need to install from the command line:
Find all the available options: brew search gst
And install them all using:brew install gstreamer gst-plugins-base gst-plugins-good gst-plugins-bad gst-plugins-ugly gst-ffmpeg

Framework, iOS (http://gstreamer.freedesktop.org/data/pkg/ios/1.5.1/). - , , GStreamer, :
mkdir /Library/Frameworks/GStreamer.framework
chown yourUserId:yourUserId /Library/Frameworks/GStreamer.framework
, .

+1

Source: https://habr.com/ru/post/1609177/


All Articles