/vlc_plugin

Generic VLC Plugin

Primary LanguageC

Generic VLC Video Output Plugin

A geneic VLC 'out of tree' code base that can be used to write a VLC Video Output Plugin.

To get started (Assuming this will be built on an Ubuntu platform):

  1. If you don't have scons install it: sudo apt-get install scons
  2. Follow the instructions for 'Installing the development files' from this page: https://wiki.videolan.org/OutOfTreeCompile/
  3. Clone this repo
  4. Go in the newly created vlc_plugin directory
  5. build using scons: (type 'scons')
  6. install (assuming VLC video output plugins are in /usr/lib/vlc/plugins/video_output) by typing ('sudo scons install')
  7. run vlc (type 'vlc')
  8. Go to preferences (either 'ctrl+p' or tools->preferences) select 'video' from the left and then from the 'output' combox select 'My Video Output'
  9. Play a video and bask in the debug output (if you ran vlc from the command line)