views:

273

answers:

2

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

A: 

http://gstreamer.freedesktop.org/pkg/windows/releases/gst-python/ ?

Amit
Thanks but the packages listed here are probably buggy. There is a note that says "[ ] THESE-PACKAGES-ARE-OLD-AND-BROKEN-DO-NOT-USE " See http://gstreamer.freedesktop.org/pkg/windows/releases/
cppb
+1  A: 

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

cppb