Ubuntu VDR DVB-T mittels Xine und VDPAU - XBMC

Aus VDR Wiki
(Unterschied zwischen Versionen)
Wechseln zu: Navigation, Suche
Zeile 7: Zeile 7:
 
  cd /data/installfiles/xbmc/
 
  cd /data/installfiles/xbmc/
 
  git clone git://github.com/pipelka/xbmc.git
 
  git clone git://github.com/pipelka/xbmc.git
  tar -czf xbmc-cvs-14022011.tar.gz xbmc/
+
  tar -czf xbmc-cvs-25022011.tar.gz xbmc/
  
 
====Was hat sich geändert?====
 
====Was hat sich geändert?====
  https://github.com/pipelka/xbmc.git
+
  https://github.com/pipelka/xbmc
  
 
===XBMC installieren===
 
===XBMC installieren===

Version vom 25. Februar 2011, 16:06 Uhr

Inhaltsverzeichnis

XBMC

XBMC Downloadverzeichnis vorbereiten

cd /data/installfiles/
mkdir xbmc

XBMC herunterladen

cd /data/installfiles/xbmc/
git clone git://github.com/pipelka/xbmc.git
tar -czf xbmc-cvs-25022011.tar.gz xbmc/

Was hat sich geändert?

https://github.com/pipelka/xbmc

XBMC installieren

cd /tmp
cp -a /data/installfiles/xbmc/xbmc .
sudo su -
cd /tmp/xbmc/
./bootstrap && ./configure --enable-external-libraries && make && make install
exit
sudo init 6

VDR VNSI Server Plugin

VNSI Server Plugin herunterladen

cd /data/installfiles/vdrplugins/
git clone https://github.com/pipelka/xbmc/tree/master/xbmc/pvrclients/vdr-vnsi/vdr-plugin-vnsiserver
tar -czf vdr-plugin-vnsiserver-cvs-05022011.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

allowed_hosts.conf anpassen

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