Python gstreamer for windows

I want to use Python bindings for GStreamer on windows. But looking at the INSTALL file, gstreamer does this differently. (make make install). I do not want to install cygwin or other windowsunix environments.

Is there a binary distribution of GStreamer in the GPL? (or a script that can just install it using python setup.py installation)

thanks

UPDATE: I am using Python 2.6 (or higher). Current packages are only available for Python 2.4 or 2.5.

+4
python gstreamer audio
source share
2 answers

I will answer my question.

Found this link GStreamer WinBuilds, which has a binary file available for Python Gestreamer (Python2.6) http://www.gstreamer-winbuild.ylatuya.es/doku.php?id=download#developers_files

+3
source share
0
source share

All Articles