I reactived an (8 year) old addon for Open Frameworks: https://forum.openframeworks.cc/t/ofxvl ... e/43553/12
For compiling with Visual Studio I use the libVLC nuget package (3.0.20).
Goom and some of the basic visualizers do work, but not glspectrum, projectm and vsxu (they all work with the VLC Player).
libVLC seems to be compiled with this flags:
Code: Select all
main libvlc debug: configured with /builds/videolan/vlc/extras/package/win32/../../../configure '--enable-update-check' '--enable-lua' '--enable-faad' '--enable-flac' '--enable-theora' '--enable-avcodec' '--enable-merge-ffmpeg' '--enable-dca' '--enable-mpc' '--enable-libass' '--enable-schroedinger' '--enable-realrtsp' '--enable-live555' '--enable-shout' '--enable-goom' '--enable-sse' '--enable-mmx' '--enable-libcddb' '--enable-zvbi' '--disable-telx' '--enable-nls' '--host=x86_64-w64-mingw32' '--with-contrib=../contrib/x86_64-w64-mingw32' '--enable-debug' '--enable-qt' '--enable-skins2' '--enable-dvdread' '--enable-caca'
Code: Select all
--enable-glspectrum
--enable-projectm
--enable-vsxu
I am especially interested in the projectM visualization. Strangely projectM does work with VLC 3.0.20 and Windows.