Powered by Blogger.

Install GStreamer OSSBUILD in Windows 8

Sunday, April 21, 2013

1. Download and install "GStreamer-WinBuilds-GPL-x86-Beta04-0.10.7.msi" from this link.





2. Download and install "GStreamer-WinBuilds-SDK-GPL-x86-Beta04-0.10.7.msi" from this link. Make sure to disable the "Python bindings".







3. Now your GStreamer should be ready.
Try the following code in your command prompt and you should get an output like below.

gst-launch videotestsrc ! autovideosink


To test audio try the following code in the terminal then you should hear a continuous beep.

gst-launch audiotestsrc ! autoaudiosink

No comments: