Skip to content

stratum0/vlc_mensactrl_plugin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Generic VLC Video Output Plugini MODIFIED to play on the Mensadisplay of Stratum0

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 . You'll need libzmq to compile this: sudo apt-get install libzmq3 libzmq3-dev
  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)

To change the settings of this plugin, you'll have to switch "view all" on in the vlc preferences. You can modifiy the B/W threshold and swtich its dynamic calculation on/off there.

I used https://github.com/cospan/vlc_plugin as a base.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 72.9%
  • Python 27.1%