Embed Audio, Video in Python GUI

南楼画角 提交于 2020-01-06 04:40:07

问题


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.

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

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.

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

Thank you


回答1:


The module Phonon from PyQt



来源:https://stackoverflow.com/questions/5344927/embed-audio-video-in-python-gui

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