Skip to content
This repository was archived by the owner on Dec 17, 2019. It is now read-only.

cospan/vlc_plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

Generic VLC Plugin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors