VDR/Installation: Difference between revisions

From Official Kodi Wiki
< VDR
Jump to navigation Jump to search
>NedBot
m (Robot: Cosmetic changes)
(No difference)

Revision as of 00:24, 28 January 2014

Opening

Info...

Installation

Ubuntu

Info & source

http://forum.xbmc.org/showthread.php?tid=62696

Installing Backend

Set ppa

sudo add-apt-repository ppa:yavdr/unstable-vdr
sudo apt-get update	

Getting the vdr & dvb-app.

sudo apt-get install vdr dvb-apps	


Installing VNSI

sudo apt-get install vdr-plugin-vnsiserver
sudo nano /etc/vdr/plugins/vnsiserver/allowed_hosts.conf	 ## Edit allowed hosts

Installing XVDR

sudo apt-get install vdr-plugin-xvdr
sudo nano /var/lib/vdr/plugins/xvdr/allowed_hosts.conf	  ## Edit allowed hosts

Channel Scanning

May require root ('su').

sudo scan -x 0 -o vdr -a 0 /usr/share/dvb/dvb-t/il-All > /var/lib/vdr/channels.conf  ## Scan Israeli DVB-T service.

Running VDR

Start VDR.

sudo /etc/init.d/vdr start

Stop VDR.

sudo /etc/init.d/vdr stop

Autostart VDR. ?

Arch Linux

Info & source

From official ArchWiki VDR page.

Installing Backend

Prepare for compilation

sudo pacman -S subversion fakeroot patch sudo linuxtv-dvb-apps at make
sudo pacman -S autoconf automake git pkg-config
sudo pacman -S w3m gcc libtool cvs
sudo pacman -S fontconfig xorg-font-utils libjpeg

Getting the pkgbuilds.

svn checkout
svn co https://archvdr.svn.sourceforge.net/svnroot/archvdr archvdr
cd archvdr/trunk/archvdr/
cd ttf-vdrsymbols/
makepkg
sudo pacman -U ttf-vdrsymbols-*.tar.xz
cd ..
cd start-stop-daemon/
wget http://b3.update.excito.org/pool/main/d/dpkg/dpkg_1.15.8.11.tar.bz2
makepkg
sudo pacman -U start-stop-daemon-*.pkg.tar.xz
cd ..
cd vdr-1.7.30
makepkg
sudo pacman -U vdr-*.pkg.tar.xz
cd ..

Installing VNSI

cd vdr-plugin-vnsi
makepkg
sudo pacman -U vdr-plugin-vnsi-*.pkg.tar.xz
cd ..
sudo nano /var/lib/vdr/plugins/vnsiserver/allowed_hosts.conf  ## Edit allowed hosts

Installing XVDR

cd vdr-plugin-xvdr
makepkg
sudo pacman -U vdr-plugin-xvdr-*.pkg.tar.xz
cd ..
sudo nano /var/lib/vdr/plugins/xvdr/allowed_hosts.conf  ## Edit allowed hosts

Channel Scanning

May require root ('su'). http://www.vdr-wiki.de/wiki/index.php/Channels.conf

DVB-T

sudo scan -x 0 -o vdr -a 0 /usr/share/dvb/dvb-t/il-All > /var/lib/vdr/channels.conf  ## Scan Israeli DVB-T service.

DVB-S/S2

Running VDR

Start VDR.

sudo /etc/rc.d/vdr start

Stop VDR.

sudo /etc/rc.d/vdr stop

Autostart VDR.

sudo nano /etc/rc.conf

add vdr to daemons

DAEMONs=(... @vdr)

Fedora / Red Hat

VDR and the necessary plugin to connect it to XBMC is part of Fedora since version 18. There is no need to compile anything or use third party repositories. Just follow the instructions here.

Installing Backend

sudo yum install vdr

Installing VNSI

VNSI is used to make VDR accessible to XBMC.

sudo yum install vdr-vnsiserver3
sudo nano /etc/vdr/plugins/vnsiserver3/allowed_hosts.conf	 ## Edit allowed hosts

Channel Scanning

You only have to scan for available channels once. This depends heavily upon the technology you use to access LiveTV (DVB-T or DVB-S or whatever) and the place where you are. This is an example for DVB-T in Israel:

sudo scandvb -x 0 -o vdr -a 0 /usr/share/dvb/dvb-t/il-All > /etc/vdr/channels.conf  ## Scan Israeli DVB-T service.

Running VDR

Start VDR once manually.

sudo systemctl start vdr

Stop VDR.

sudo systemctl stop vdr

Autostart VDR on every system boot.

sudo systemctl enable vdr

Ubuntu Manual Compile

http://forum.xbmc.org/showthread.php?tid=45314

Plugins

Streamdev Server

Streamdev Server

More Plugins

http://linuxtv.org/vdrwiki/index.php/Plugins

OS-Cam & CAM Reader