Anzeigen der neuesten Beiträge
0 Mitglieder und 1 Gast betrachten dieses Thema.
Hinzufügen von Repositorys (VDR & XBMC)# VDR und VNSI (yaVDR-Team)sudo add-apt-repository ppa:yavdr/testing-vdr# XBMC PVR-TESTING2 (Henning Pingel)sudo add-apt-repository ppa:henningpingel/xbmc# Paketverwaltung aktualisierensudo aptitude update
http://www.vdr-wiki.de/wiki/index.php/Vdradmin_AM
http://www.linux-forum.at/index.php?topic=106.0
Can't connect to VDR at rd:2001Please check if VDR is running and if VDR's svdrphosts.conf is configured correctly.
Code: [Auswählen]Can't connect to VDR at rd:2001Please check if VDR is running and if VDR's svdrphosts.conf is configured correctly.
## svdrphosts This file describes a number of host addresses that# are allowed to connect to the SVDRP port of the Video# Disk Recorder (VDR) running on this system.## Gehört ins Konfigurationsverzeichnis des VDR, per Default also /video# ( bzw "-c /Verzeichnis" Option beim vdr start## Syntax:## IP-Address[/Netmask]### allowed clients list127.0.0.1 # localhost192.168.1.100 # vdr-server192.168.1.101 # Desktop192.168.1.102 # EeePc Lan192.168.1.103 # EeePc Wlan192.168.1.104 # N80010.8.0.5 # vpn client 110.8.0.6 # vpn client 2### allow all##0.0.0.0/0 # any host on any net (USE THIS WITH CARE!)
@ kater: willst du ein web-frontend zum browsen des epg und zum einstellen/verwalten von vdr Recordings / Timers oder ein web-frontend zum verwalten / konfigurieren des Systems auf dem der vdr läuft?
## svdrphosts This file describes a number of host addresses that# are allowed to connect to the SVDRP port of the Video# Disk Recorder (VDR) running on this system.# Syntax:## IP-Address[/Netmask]#127.0.0.1 # always accept localhost#192.168.100.0/24 # any host on the local net#204.152.189.113 # a specific host#0.0.0.0/0 # any host on any net (USE THIS WITH CARE!)
$ sudo vdradmind --configure
dr@dr-desktop:~$ sudo vdradmind --configure[sudo] password for dr: Wie lautet der Hostname des VDR (z.B. video.intra.net)? [rd]: Auf welchem Port hört der VDR auf SVDRP-Anfragen? [2001]: An welcher Adresse soll VDRAdmin-AM auf Verbindungen warten (0.0.0.0 für alle)? [0.0.0.0]: Auf welchem Port soll VDRAdmin-AM hören? [8001]: Benutzername? [dr]: Passwort? [rd]: Wo befinden sich die Aufnahmen? [/var/lib/video]: Wo befinden sich die Konfigurationsdateien des VDR? [/var/lib/vdr]: Konfigurationsdatei wurde erfolgreich geschrieben.dr@dr-desktop:~$