Skip to content

jvelazqueztraut/ofxVLCVideoPlayer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ofxVLCVideoPlayer
Addon for VLC video library usage. Based on jnakanojp/ofxVLCVideoPlayer and RSATom/libvlc-sdk.

Tested on Windows 7 x86.

How to use:
1. Add include paths: libs/libvlc/include

2. Add library search paths: libs/libvlc/lib/msvc. Link libvlc.lib, libvlccore.lib.

3. Copy all contente of libs/libvls/bin to bin dir. That is VLC plugins folder(VLC\plugins) and libvlc.dll and libvlccore.dll.

4. If you are developing with Visual Studio, change project's linker optimization setting /OPT:REF to /OPT:NOREF(On default, it is set on Release build).

2016/7/23

About

An openframeworks addon of video player using libvlc.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 84.7%
  • C++ 12.4%
  • Makefile 2.9%