ofxVLCVideoPlayer
ofxVLCVideoPlayer copied to clipboard
An openframeworks addon of video player using libvlc.
An openframeworks addon of video player using libvlc.
Written by NAKANO, Jun'ichi/Buffer Renaiss([email protected]) How to use:
-
run setup.bat(windows) or setup.sh(Mac) (will download VLC2.2.4 Binary and Source)
-
If you are working on windows, Link libs/vlcSdk/lib/vs/libvlc.lib, libs/vlcSdk/lib/vs/libvlccore.lib.
-
Copy files of copy_to_bin dir to bin dir.
-
If you are developing with Visual Studio, add additional library directory “change project's linker optimization setting /OPT:REF to /OPT:NOREF(On default, it is set on Release build) and linker advanced setting /SAFESH:NO.
2016/9/24