I need to display video stream coming from the external device (Picolo frame grabber). The device comes with API and DirectShow sample. Can I use Phonon to play video in real time? I tried to subclass QIODevice, but that's hard because video input board doesn't support Read command, instead it uses callback.
Did anyone try to use Phonon for streaming video?