问题
I want to use Python bindings for GStreamer on windows. But looking at the INSTALL file, the gstreamer does it in the unix way. (make make install) . I don't want to install cygwin or other windowsunix environments.
Is there a GPL binary distribution of GStreamer available somewhere? (or a script that can just install it using python setup.py install)
thanks
UPDATE: I am using Python 2.6 (or higher). The current packages are only available for Python 2.4 or 2.5
回答1:
I will answer my own question.
Found this link GStreamer WinBuilds that has a binary available for Python Gestreamer ( Python2.6) http://www.gstreamer-winbuild.ylatuya.es/doku.php?id=download#developers_files
回答2:
http://gstreamer.freedesktop.org/pkg/windows/releases/gst-python/ ?
来源:https://stackoverflow.com/questions/2141569/python-gstreamer-for-windows