NativesXineAtmolightplugin

Aus VDR Wiki
(Unterschied zwischen Versionen)
Wechseln zu: Navigation, Suche
Zeile 1: Zeile 1:
 +
==Hardware==
 +
Für die Hardware siehe [[DF10CH]] und [[Atmo-Light]] .
 +
 +
==Beschreibung ==
 
Dieses ist ein "post plugin" für Xine basierte Medien Player.
 
Dieses ist ein "post plugin" für Xine basierte Medien Player.
 +
Also Atmo Light mit xine oder xinelibout.
  
Entwickelt von: Andreas Auras  
+
Entwickelt von: Andreas Auras (durchflieger)
  
Description:
+
Das "atmo" post plugin analysiert das Video Bild
------------
+
un generiert daraus daten die an "atmolight" Controller gesendet werden.
The "atmo" post plugin analyze the video picture and generates
+
output data for so called "atmolight" controllers.
+
  
For detailed informations about "atmolight" visit the VDR-Wiki:
 
[[Atmo-plugin]]
 
[[DF10CH]]
 
  
This project is hosted at:
 
http://projects.vdr-developer.org/projects/show/xine-lib-atmolight
 
  
  
Requirements:
+
==Anfordeungen==
-------------
+
Das Plugin benötigt http://hg.debian.org/hg/xine-lib/xine-lib-1.2
  
Actual xine-lib-1.2 release:
+
Die xine-lib-1.2 Bibliothek benötigt den df-xine-lib-extensions patch
http://hg.debian.org/hg/xine-lib/xine-lib-1.2
+
von http://projects.vdr-developer.org/projects/xine-lib/files
  
The xine-lib-1.2 library must have the df-xine-lib-extensions patch
+
Zum überstetzen werden die Entwicklungsversionen von xine-lib and libusb-1.0 benötigt.
applied from here:
+
Auf Debian Systemen heissen die Packete:
http://projects.vdr-developer.org/projects/xine-lib/files
+
- libxine-dev
 +
- libusb-1.0-0-dev.
  
For compiling the plugin the xine-lib and libusb-1.0 development
 
files have to be installed. On debian based systems these are
 
packages libxine-dev and libusb-1.0-0-dev.
 
  
 
+
==Konfiguration==
Compiling and installation:
+
---------------------------
+
 
+
make
+
make install
+
 
+
 
+
Configuration:
+
--------------
+
  
 
Load this plugin as a post plugin in your xine based media player.
 
Load this plugin as a post plugin in your xine based media player.
Zeile 51: Zeile 38:
  
  
Parameters understood by this plugin:
+
==Parameter==
-------------------------------------
+
  
 
The plugin stores the actual parameter setting in the xinelib config file
 
The plugin stores the actual parameter setting in the xinelib config file
Zeile 65: Zeile 51:
 
Changes of Parameters marked with * will be immediately applied while player is running.
 
Changes of Parameters marked with * will be immediately applied while player is running.
 
The other parameters will be applied after a stream close/open sequence (this happens already
 
The other parameters will be applied after a stream close/open sequence (this happens already
when switching a channel within VDR).Atmo Light mit xine oder xinelibout
+
when switching a channel within VDR).
 +
 
 +
==Thread im vdr-portal==
 
siehe: http://www.vdr-portal.de/board/thread.php?threadid=88205  
 
siehe: http://www.vdr-portal.de/board/thread.php?threadid=88205  
 +
==Homepage==
 +
http://projects.vdr-developer.org/projects/show/xine-lib-atmolight
  
 
[[Kategorie:Plugins]]
 
[[Kategorie:Plugins]]
 
[[Kategorie:Atmo-Light]]
 
[[Kategorie:Atmo-Light]]

Version vom 13. März 2011, 22:09 Uhr

Inhaltsverzeichnis

Hardware

Für die Hardware siehe DF10CH und Atmo-Light .

Beschreibung

Dieses ist ein "post plugin" für Xine basierte Medien Player. Also Atmo Light mit xine oder xinelibout.

Entwickelt von: Andreas Auras (durchflieger)

Das "atmo" post plugin analysiert das Video Bild un generiert daraus daten die an "atmolight" Controller gesendet werden.



Anfordeungen

Das Plugin benötigt http://hg.debian.org/hg/xine-lib/xine-lib-1.2

Die xine-lib-1.2 Bibliothek benötigt den df-xine-lib-extensions patch von http://projects.vdr-developer.org/projects/xine-lib/files

Zum überstetzen werden die Entwicklungsversionen von xine-lib and libusb-1.0 benötigt. Auf Debian Systemen heissen die Packete: - libxine-dev - libusb-1.0-0-dev.


Konfiguration

Load this plugin as a post plugin in your xine based media player. For the VDR xineliboutput player or xine-ui player add a command line option like this:

--post=atmo:driver=classic,driver_param=/dev/ttyS0,top=1,bottom=1,left=1,right=1,center=1

When using DF10CH controller(s):

--post atmo:driver=df10ch


Parameter

The plugin stores the actual parameter setting in the xinelib config file under the key 'post.atmo.parameters'. Plugin parameters specified at the command line are mandatory and always override the parameters stored in the xinelib config file at startup time. You should specify all static parameters like output driver or section layout at the command line. Parameters that you wish to trim while player is running should not be specified within the command line. Players like xine-ui have GUI support for changing plugin parameters (press <alt><shift>p to show the post processing panel). Changes of Parameters marked with * will be immediately applied while player is running. The other parameters will be applied after a stream close/open sequence (this happens already when switching a channel within VDR).

Thread im vdr-portal

siehe: http://www.vdr-portal.de/board/thread.php?threadid=88205

Homepage

http://projects.vdr-developer.org/projects/show/xine-lib-atmolight