Ubuntu VDR DVB-T mittels Xine und VDPAU - XBMC

Aus VDR Wiki
(Unterschied zwischen Versionen)
Wechseln zu: Navigation, Suche
Zeile 21: Zeile 21:
 
  cd /usr/local/src/vdr/
 
  cd /usr/local/src/vdr/
 
  make plugins
 
  make plugins
 +
 +
===
 +
cd /etc/vdr/plugins/vnsiserver/
 +
vi allowed_hosts.conf
 +
 +
# allowed_hosts This file describes a number of host addresses that
 +
#              are allowed to connect to the xineliboutput plugin
 +
#              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!)
  
 
====runvdr anpassen====
 
====runvdr anpassen====

Version vom 28. Januar 2011, 16:23 Uhr

Inhaltsverzeichnis

XBMC

XBMC in das Ubuntu Repository aufnhemen

sudo add-apt-repository ppa:team-xbmc
sudo apt-get update

XBMC installieren

sudo apt-get install xbmc
sudo apt-get update
sudo apt-get upgrade

VDR VNSI Server Plugin

VNSI Server Plugin herunterladen

cd /data/installfiles/vdrplugins/
svn checkout http://xbmc.svn.sourceforge.net/svnroot/xbmc/branches/pvr-testing2/xbmc/pvrclients/vdr-vnsi/vdr-plugin-vnsiserver
tar -czf vdr-plugin-vnsiserver-cvs-rev35744.tar.gz vdr-plugin-vnsiserver/

VNSI Seerver Plugin installieren

cd /usr/local/src/vdr/PLUGINS/src/
cp -a /data/installfiles/vdrplugins/vdr-plugin-vnsiserver .
ln -s vdr-plugin-vnsiserver/ vnsiserver
cd /usr/local/src/vdr/
make plugins

=

cd /etc/vdr/plugins/vnsiserver/
vi allowed_hosts.conf
# allowed_hosts This file describes a number of host addresses that
#               are allowed to connect to the xineliboutput plugin
#               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!)

runvdr anpassen

vi /usr/local/bin/runvdr
-P vnsiserver \

Links

  1. XBMC Homepage
  2. Homepage the VNSI Plugins