简体   繁体   English

适用于 Windows 的 python gstreamer

[英]python gstreamer for windows

I want to use Python bindings for GStreamer on windows.我想在 Windows 上为 GStreamer 使用 Python 绑定。 But looking at the INSTALL file, the gstreamer does it in the unix way.但是查看 INSTALL 文件,gstreamer 以 unix 方式完成。 (make make install) . (make make install) 。 I don't want to install cygwin or other windowsunix environments.我不想安装 cygwin 或其他 windowsunix 环境。

Is there a GPL binary distribution of GStreamer available somewhere?是否有可用的 GStreamer 的 GPL 二进制分发版? (or a script that can just install it using python setup.py install) (或可以使用 python setup.py install 安装它的脚本)

thanks谢谢

UPDATE: I am using Python 2.6 (or higher).更新:我使用的是 Python 2.6(或更高版本)。 The current packages are only available for Python 2.4 or 2.5当前包仅适用于 Python 2.4 或 2.5

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发现这个链接 GStreamer WinBuilds 有一个二进制文件可用于 Python Gestreamer ( Python2.6) http://www.gstreamer-winbuild.ylatuya.es/doku.php?id=download#developers_files

I know this post is old, however I am still going to post these resources as they are great for easy install of gstreamer and python with detailed video and text documentation to follow.我知道这篇文章很旧,但是我仍然会发布这些资源,因为它们非常适合轻松安装 gstreamer 和 python,并提供详细的视频和文本文档。 There is not much simple step-by-step out there to get up and running, but this did it for me on windows with python, which was the original intent of this question.没有太多简单的一步一步来启动和运行,但这对我在 Windows 上使用 python 做到了,这是这个问题的初衷。

Here is the video resource: Video Streaming Made Awesome with GStreamer and Python - sunhacks 2020 Talk以下是视频资源:使用 GStreamer 和 Python 使视频流变得很棒 - sunhacks 2020 Talk

And the text based version that goes with it for links and references Sunhacks Gstreamer 2020 Talk以及用于链接和参考的基于文本的版本Sunhacks Gstreamer 2020 Talk

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM