I'm developing a .exe game with the mac editor, and I can't make the Direct Show work.
I tried several video file formats: avi, mpg, wmv.
None of them are working. I know that Mac OS can't handle avi and wmv, so I thought maybe that was the issue. But mpg didn't seem to work either while testing in the editor.
It gives me an empty rectangle instead of the video. I've tried this on both standard mode and Direct9/Direct11, nothing. With the direct mode I the rectangle disappears.
When I tested it with an mp3 file, it worked perfectly, and the audio was playing in the editor.
A .avi video's audio was playing in the background, but the visible video was missing.
The exported build works perfectly fine for a friend who run the app on windows, but I just can't get it to work for me.
Any advice to make it work in my game editor? It would be pretty important.