QMediaPlayer stream playback example / tutorial / tips?
-
Is there any way to make Qt playback a video stream of any kind?
I'm beginning to lose my nerve on this pile of ****
I'v been trying every kind of approach I could think of, last of which was to use QNetworkReply to read the stream data. But that pile of nonsense just keeps crashing, from what I can see, it seems that the methods are run from multiple threads to MFStreamer.cpp, but the code just isn't ready for that and doesn't work at all.
Maybe it's time to leave Qt behind and move to something that works, all I have found online are questions on this.
Does anyone know how to make this work?