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
  • 110,290
  • 27
  • 149
  • 241

1 Answers1

2

The module Phonon from PyQt

Kabie
  • 10,489
  • 1
  • 38
  • 45