I’ve been trying to get video playback working for the Windows build of our game.
So far I’ve tried a fork of HaxeVLC (crashes due to memory access violations when invoking calls from the 64 bit VLC DLLs) and Openfl-ffmpeg (crashes due to what I suspect is a 32 bit ndll being used by a 64 bit application). Unfortunately, neither library seems like it will be updated anytime in the near future.
I was wondering if anyone could recommend any other video playback libraries that are actively being maintained? Preferably one that works with Haxe 3.4.7, but I’ll also consider it if it works with Haxe 4.0.