Vompserver-plugin
| Zeile 1: | Zeile 1: | ||
| + | ==Beschreibung== | ||
| + | '''Autor:''' Chris Tallon | ||
| + | Der VOMP-Server ist zur Ansteuerung einer Hauppauge MediaMVP gedacht. Die MediaMVP ist eine kleine Box mit 100 Mbit/s Ethernet-Anschluss und SCART-Anschluss (für den Fernseher). | ||
| + | |||
| + | Das Plugin kombiniert die bisherige Entwicklung des Moduls "mediamvp" (ein VDR-Modul zur Ansteuerung der MediaMVP mit der originalen Firmware von Hauppauge) mit der Entwicklung "mvpmc" (MVP Media Center), einer OpenSource Firmware-Entwicklung für die Hauppauge MediaMVP. "mvpmc" mit seiner hübschen GUI war bis jetzt nur als Stand-Alone-Lösung oder in Zusammenarbeit mit der VDR-Parallenentwicklung "mythPC" funktionsfähig. | ||
| + | |||
| + | Das VOMP-Server-Plugin bietet bis jetzt folgende Features: | ||
| + | * TV-Empfang mit EPG der aktuellen und nächsten Sendung | ||
| + | * Radioempfang | ||
| + | * VDR-Aufzeichnungs-Wiedergabe(/-Löschen) | ||
| + | |||
| + | ==Bilder== | ||
| + | {| | ||
| + | |[[Bild:vompserver-plugin-00.jpg|thumb|none|''kurze beschreibung'']] | ||
| + | |[[Bild:vompserver-plugin-01.jpg|thumb|none|''kurze beschreibung'']] | ||
| + | |} | ||
| + | http://www.loggytronic.com/vomp-screenshots.php | ||
| + | |||
| + | ==Hardwareanforderungen== | ||
| + | * [[MediaMVP]] | ||
| + | |||
| + | ==Softwareanforderungen== | ||
| + | System mit DHCP-Server und TFTP-Server | ||
| + | ==Installation== | ||
| + | ==Optionen== | ||
| + | ==Patches== | ||
| + | ==Konfiguration== | ||
| + | |||
| + | Der vompserver wird als VDR-Plugin compiliert und unter /usr/lib/vdr/libvdr-vompserver.so.1.x.x installiert. | ||
| + | |||
| + | |||
| + | DHCP-Server muss gestartet sein. | ||
| + | dhcpd.conf könnte zum Beispiel folgenden Schnipsel enthalten: | ||
| + | |||
| + | host hauppauge { | ||
| + | hardware ethernet 0:d:fe:x:x:x; | ||
| + | allow bootp; | ||
| + | filename "vomp-dongle-0.0.15"; | ||
| + | next-server 192.168.1.1; | ||
| + | fixed-address 192.168.1.73; | ||
| + | option subnet-mask 255.255.255.0; | ||
| + | } | ||
| + | |||
| + | TFTP-Server muss gestartet sein. | ||
| + | Image /tftpboot/vomp-dongle-0.0.15 muss vorhanden sein. | ||
| + | |||
| + | ==Parameter== | ||
| + | ==Bedienung== | ||
| + | ==Probleme== | ||
| + | |||
| + | MediaMVP-Boot-Bildschirm bleibt bei "Locating server" hängen, falls | ||
| + | im DHCP-Server "next-server" nicht konfiguriert ist. | ||
| + | |||
| + | |||
| + | ==CVS== | ||
| + | Server (plugin): | ||
| + | cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/vomp login | ||
| + | cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/vomp co -P vompserver | ||
| + | |||
| + | Client: | ||
| + | cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/vomp login | ||
| + | cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/vomp co -P client | ||
| + | |||
| + | ==Links== | ||
| + | {| | ||
| + | | [1] | ||
| + | | Homepage des Plugins | ||
| + | | http://www.loggytronic.com/vomp.php | ||
| + | |- | ||
| + | | [2] | ||
| + | | Projekt Homepage | ||
| + | | http://sourceforge.net/projects/vomp | ||
| + | |- | ||
| + | | [3] | ||
| + | | Umschaltskript zwischen MediaMVP-Plugin und VOMP-Plugin | ||
| + | | http://www.vdr-portal.de/board/thread.php?threadid=39782 | ||
| + | |} | ||
| + | |||
| + | [[Kategorie:Plugins]] | ||
| + | [[Kategorie:MediaMvp]] | ||
Version vom 5. November 2005, 22:02 Uhr
Inhaltsverzeichnis |
Beschreibung
Autor: Chris Tallon
Der VOMP-Server ist zur Ansteuerung einer Hauppauge MediaMVP gedacht. Die MediaMVP ist eine kleine Box mit 100 Mbit/s Ethernet-Anschluss und SCART-Anschluss (für den Fernseher).
Das Plugin kombiniert die bisherige Entwicklung des Moduls "mediamvp" (ein VDR-Modul zur Ansteuerung der MediaMVP mit der originalen Firmware von Hauppauge) mit der Entwicklung "mvpmc" (MVP Media Center), einer OpenSource Firmware-Entwicklung für die Hauppauge MediaMVP. "mvpmc" mit seiner hübschen GUI war bis jetzt nur als Stand-Alone-Lösung oder in Zusammenarbeit mit der VDR-Parallenentwicklung "mythPC" funktionsfähig.
Das VOMP-Server-Plugin bietet bis jetzt folgende Features:
- TV-Empfang mit EPG der aktuellen und nächsten Sendung
- Radioempfang
- VDR-Aufzeichnungs-Wiedergabe(/-Löschen)
Bilder
http://www.loggytronic.com/vomp-screenshots.php
Hardwareanforderungen
Softwareanforderungen
System mit DHCP-Server und TFTP-Server
Installation
Optionen
Patches
Konfiguration
Der vompserver wird als VDR-Plugin compiliert und unter /usr/lib/vdr/libvdr-vompserver.so.1.x.x installiert.
DHCP-Server muss gestartet sein.
dhcpd.conf könnte zum Beispiel folgenden Schnipsel enthalten:
host hauppauge {
hardware ethernet 0:d:fe:x:x:x;
allow bootp;
filename "vomp-dongle-0.0.15";
next-server 192.168.1.1;
fixed-address 192.168.1.73;
option subnet-mask 255.255.255.0;
}
TFTP-Server muss gestartet sein. Image /tftpboot/vomp-dongle-0.0.15 muss vorhanden sein.
Parameter
Bedienung
Probleme
MediaMVP-Boot-Bildschirm bleibt bei "Locating server" hängen, falls im DHCP-Server "next-server" nicht konfiguriert ist.
CVS
Server (plugin):
cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/vomp login cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/vomp co -P vompserver
Client:
cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/vomp login cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/vomp co -P client
Links
| [1] | Homepage des Plugins | http://www.loggytronic.com/vomp.php |
| [2] | Projekt Homepage | http://sourceforge.net/projects/vomp |
| [3] | Umschaltskript zwischen MediaMVP-Plugin und VOMP-Plugin | http://www.vdr-portal.de/board/thread.php?threadid=39782 |