Play video on a Mac
-
Hi all,
I'm having problems playing video files in my application, but only on Mac.
My code now exists in two versions: one which uses Qt 4.8 and Phonon, and one which uses Qt 5.0 and the built-in MediaPlayer.
In this discussion, I would like to talk about the 4.8 version, since it works on Windows, but not on Mac.
The problem is that at a random interval when I've started playing a video, my application crashes. The dump is a bit too long to paste in here, so I've put it onto pastebin: "http://pastebin.com/929rWNP0":http://pastebin.com/929rWNP0. Not sure if it helps at all.
I've tried using both .wmv and .mp4 files, but the result is the same.
If there are any examples of working video-playing applications on Mac, I would be very glad to hear about them.
Any help whatsoever would be highly appreciated.
Regards,
Daniel