0

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

inspectorG4dget
  • 104,525
  • 25
  • 135
  • 234

1 Answers1

2

The module Phonon from PyQt

Kabie
  • 10,108
  • 1
  • 35
  • 44