在Python GUI中嵌入音频,视频

问题描述:

我正在做一个项目,要求我显示来自网络摄像机的一些实时视频,并播放一些不相关的流或存储的音频文件.

I am working on a project that requires me to display some live video feeds from networked cameras and play some unrelated streamed OR stored audio files as well.

所有文件路径都存储在MySQL数据库中(尽管我可以使用MySQL以外的其他东西,如果这样做会使事情变得更容易).

All the filepaths are stored in a MySQL database (although I could use something other than MySQL if that'll make things easier).

我的问题是:为了显示视频和播放音频,我可以利用哪些Python GUI库?

My question is this: what Python GUI libraries can I take advantage of, in order to display the video and play the audio?

我还需要显示其他带有一些文本的框架,等等.

I also need to display some other frames with some text, etc in them.

任何人都可以提出一个我可以使用的灵活灵活的GUI库吗?

Can anyone please suggest a good flexible GUI library that I can use?

谢谢

来自Phonon "rel =" nofollow> PyQt

The module Phonon from PyQt