X11out-plugin
Aus VDR Wiki
(Unterschied zwischen Versionen)
Monroe (Diskussion | Beiträge) K (Hierarchie) |
|||
| Zeile 4: | Zeile 4: | ||
Das Plugin ist eine Funktionsstudie um die Ausgabe eines X11-Screens auf die VDR-Ausgabe zu bekommen. Der Plugin alleine macht sonst nicht viel, es sind zusätzliche X11-Programme nötig, die diese Ausgabe erst nutzen und damit für den Anwender etwas tun. | Das Plugin ist eine Funktionsstudie um die Ausgabe eines X11-Screens auf die VDR-Ausgabe zu bekommen. Der Plugin alleine macht sonst nicht viel, es sind zusätzliche X11-Programme nötig, die diese Ausgabe erst nutzen und damit für den Anwender etwas tun. | ||
| + | <!-- ===Status=== --> | ||
==Bilder== | ==Bilder== | ||
[[Bild:x11out-plugin.jpg|thumb|none|''kurze beschreibung'']] | [[Bild:x11out-plugin.jpg|thumb|none|''kurze beschreibung'']] | ||
| + | <!-- ==Bedienung== --> | ||
| + | <!-- ===[[SVDRP]] Befehle=== --> | ||
<!-- ==Hardwareanforderungen== --> | <!-- ==Hardwareanforderungen== --> | ||
| − | |||
==Softwareanforderungen== | ==Softwareanforderungen== | ||
* xvfb (virtual x frame buffer - part of X11) | * xvfb (virtual x frame buffer - part of X11) | ||
| Zeile 15: | Zeile 17: | ||
==Installation== | ==Installation== | ||
| − | + | * FFMPEG | |
| − | cd $SOURCEDIR | + | cd $SOURCEDIR |
| − | tar xvzf ffmpeg-<VERSION>.tar.gz | + | tar xvzf ffmpeg-<VERSION>.tar.gz |
| − | ln -s ffmpeg-<VERSION> ffmpeg | + | ln -s ffmpeg-<VERSION> ffmpeg |
| − | cd ffmpeg | + | cd ffmpeg |
| − | ./configure --prefix=/usr/local \ | + | ./configure --prefix=/usr/local \ |
| − | + | --enable-shared | |
| − | make | + | make |
| − | make install | + | make install |
| − | ldconfig | + | ldconfig |
| − | cd | + | * netpbm |
| − | tar xvzf netpbm-<VERSION>.tgz | + | cd $SOURCEDIR |
| − | cd netpbm-<VERSION> | + | tar xvzf netpbm-<VERSION>.tgz |
| − | ./configure | + | cd netpbm-<VERSION> |
| − | make | + | ./configure |
| − | make package | + | make |
| − | # install prefix (/usr/local/netpbm) ==> /usr/local | + | make package |
| − | + | # install prefix (/usr/local/netpbm) ==> /usr/local | |
| − | ./installnetpbm | + | ^^^^^^^^^^ |
| − | + | ./installnetpbm | |
| − | <!-- ==Optionen== --> | + | <!-- ===Optionen=== --> |
| − | <!-- ==Patches== --> | + | <!-- ===Patches=== --> |
<!-- ==Konfiguration== --> | <!-- ==Konfiguration== --> | ||
| − | <!-- ==Einstellungen= | + | <!-- ===Einstellungen=== --> |
| − | + | <!-- ===Parameter=== --> | |
| − | <!-- == | + | |
| − | + | ||
| − | ==Probleme== | + | ==Sonstiges== |
| + | ===Probleme=== | ||
* Das Plugin ist im Moment ein reines Proof of concept - also eine Konzeptstudie. Es zeigt erstmal, was möglich ist und man macht damit ansonsten eher wenig. | * Das Plugin ist im Moment ein reines Proof of concept - also eine Konzeptstudie. Es zeigt erstmal, was möglich ist und man macht damit ansonsten eher wenig. | ||
| − | <!-- ==Tipps== --> | + | <!-- ===Tipps=== --> |
| − | <!-- ==Wunschliste== --> | + | <!-- ===Wunschliste=== --> |
| − | <!-- ==Snapshot== --> | + | <!-- ===Snapshot=== --> |
==Links== | ==Links== | ||
Version vom 9. August 2006, 14:43 Uhr
Inhaltsverzeichnis |
Beschreibung
Autor: Jürgen Schmitz
Das Plugin ist eine Funktionsstudie um die Ausgabe eines X11-Screens auf die VDR-Ausgabe zu bekommen. Der Plugin alleine macht sonst nicht viel, es sind zusätzliche X11-Programme nötig, die diese Ausgabe erst nutzen und damit für den Anwender etwas tun.
Bilder
Softwareanforderungen
- xvfb (virtual x frame buffer - part of X11)
- FFmpeg
- netpbm
Installation
- FFMPEG
cd $SOURCEDIR
tar xvzf ffmpeg-<VERSION>.tar.gz
ln -s ffmpeg-<VERSION> ffmpeg
cd ffmpeg
./configure --prefix=/usr/local \
--enable-shared
make
make install
ldconfig
- netpbm
cd $SOURCEDIR
tar xvzf netpbm-<VERSION>.tgz
cd netpbm-<VERSION>
./configure
make
make package
# install prefix (/usr/local/netpbm) ==> /usr/local
^^^^^^^^^^
./installnetpbm
Sonstiges
Probleme
- Das Plugin ist im Moment ein reines Proof of concept - also eine Konzeptstudie. Es zeigt erstmal, was möglich ist und man macht damit ansonsten eher wenig.