Vompserver-plugin
K |
(M) |
||
Zeile 16: | Zeile 16: | ||
|[[Bild:vompserver-plugin-01.jpg|thumb|none|''kurze beschreibung'']] | |[[Bild:vompserver-plugin-01.jpg|thumb|none|''kurze beschreibung'']] | ||
|} | |} | ||
+ | |||
http://www.loggytronic.com/vomp-screenshots.php | http://www.loggytronic.com/vomp-screenshots.php | ||
Zeile 21: | Zeile 22: | ||
* [[MediaMVP]] | * [[MediaMVP]] | ||
− | ==Softwareanforderungen== | + | <!-- ==Softwareanforderungen== --> |
− | ==Installation== | + | <!-- ==Installation== --> |
− | ==Optionen== | + | <!-- ==Optionen== --> |
− | ==Patches== | + | <!-- ==Patches== --> |
+ | |||
==Konfiguration== | ==Konfiguration== | ||
− | |||
Der vompserver wird als VDR-Plugin compiliert und unter /usr/lib/vdr/libvdr-vompserver.so.1.x.x installiert. | Der vompserver wird als VDR-Plugin compiliert und unter /usr/lib/vdr/libvdr-vompserver.so.1.x.x installiert. | ||
− | |||
DHCP-Server muss gestartet sein. | DHCP-Server muss gestartet sein. | ||
Zeile 45: | Zeile 45: | ||
Image /tftpboot/vomp-dongle-0.0.15 muss vorhanden sein. | Image /tftpboot/vomp-dongle-0.0.15 muss vorhanden sein. | ||
− | ==Parameter== | + | <!-- ==Einstellungen== --> |
− | ==Bedienung== | + | <!-- ==Parameter== --> |
+ | <!-- ==Bedienung== --> | ||
+ | |||
==Probleme== | ==Probleme== | ||
− | |||
MediaMVP-Boot-Bildschirm bleibt bei "Locating server" hängen, falls | MediaMVP-Boot-Bildschirm bleibt bei "Locating server" hängen, falls | ||
im DHCP-Server "next-server" nicht konfiguriert ist. | im DHCP-Server "next-server" nicht konfiguriert ist. | ||
+ | <!-- ==Tipps== --> | ||
+ | <!-- ==Wunschliste== --> | ||
− | == | + | ==Snapshot== |
Server (plugin): | Server (plugin): | ||
cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/vomp login | cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/vomp login | ||
Zeile 75: | Zeile 78: | ||
| Umschaltskript zwischen MediaMVP-Plugin und VOMP-Plugin | | Umschaltskript zwischen MediaMVP-Plugin und VOMP-Plugin | ||
| http://www.vdr-portal.de/board/thread.php?threadid=39782 | | http://www.vdr-portal.de/board/thread.php?threadid=39782 | ||
− | |} | + | |}[[Kategorie:Plugins]][[Kategorie:MediaMvp]][[en:vompserver-plugin]] |
− | + | ||
− | [[Kategorie:Plugins]] | + | |
− | [[Kategorie:MediaMvp]] | + |
Version vom 15. November 2005, 11:23 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
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.
Probleme
MediaMVP-Boot-Bildschirm bleibt bei "Locating server" hängen, falls im DHCP-Server "next-server" nicht konfiguriert ist.
Snapshot
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 |