python gstreamer for windows

牧云@^-^@ 提交于 2019-12-07 09:31:45

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!