hello,
I tried a lot of packages the last days and I think openfl is ready for desktop cpp projects, expect the missing video feature.
is there a possibility to play video in windows cpp? I tried the HaxeVlc repo, but there are some compiler issues with the vs 2017.
would be great to have a way to play videos.
regards.
1 Like
The best library I know so far is https://github.com/haxeextension/extension-webm , but it still is not quite there. This is certainly an area where I would like seeing more growth
no way, I think it’s a little bit outdated:
openfl test windows
C:/HaxeToolkit/haxe/lib/openfl-webm/0,0,4/webm/Webm.hx:31: characters 58-70 : flash.utils.ByteArray has no field getData
I switch back to openframework for the cpp project where I need speed, there are a lot of videoplayers around. the html5 port with starling an fine mutltiouch support is fine…
anybody got the haxevlc thing running with vs2017. how can I tweek the compiler using the 2015 libs? perhaps there‘s a way with the vcvarsall.bat?
Phasor
February 4, 2019, 12:54pm
#5
Hi,
Around here another one with many problems in video playback from Haxe / OpenFL …
I managed to start HaxeVLC project by correcting, among other things, the compilation in Visual Studio 2017.
I have forged the project here:
Comments on the changes here:
And here:
I have managed to make HaxeVLC work in windows. I have forked HaxeVLC with the changes here:
I have made some comments to the modifications here:
I also have to comment that the executable windows has to be generated in 32bits (because I suppose that the vlc libraries of the project are in 32). By adding -32 to the parameter line.
What I have not managed to start the webm extension. I got the following error when compiling … "C: /HaxeToolkit/haxe/lib/openfl-webm/0,0,4/webm/Webm.hx: 31: …
1 Like