VDR/Installation: Difference between revisions

From Official Kodi Wiki
< VDR
Jump to navigation Jump to search
>Mudbrain
(in Fedora 18 the command is scandvb)
>NedBot
m (Robot: Cosmetic changes)
Line 1: Line 1:
Opening
Opening


=Info...=
= Info... =


=Installation=
= Installation =


==Ubuntu==
== Ubuntu ==
=== Info & source ===
=== Info & source ===
http://forum.xbmc.org/showthread.php?tid=62696
http://forum.xbmc.org/showthread.php?tid=62696


===Installing Backend===
=== Installing Backend ===


Set ppa
Set ppa
Line 23: Line 23:




===Installing VNSI===
=== Installing VNSI ===
<pre>
<pre>
sudo apt-get install vdr-plugin-vnsiserver
sudo apt-get install vdr-plugin-vnsiserver
Line 29: Line 29:
</pre>
</pre>


===Installing XVDR===
=== Installing XVDR ===
<pre>
<pre>
sudo apt-get install vdr-plugin-xvdr
sudo apt-get install vdr-plugin-xvdr
Line 58: Line 58:
From official [https://wiki.archlinux.org/index.php/VDR ArchWiki] VDR page.
From official [https://wiki.archlinux.org/index.php/VDR ArchWiki] VDR page.


===Installing Backend===
=== Installing Backend ===


Prepare for compilation  
Prepare for compilation  
Line 97: Line 97:
</pre>
</pre>


===Installing VNSI===
=== Installing VNSI ===
<pre>
<pre>
cd vdr-plugin-vnsi
cd vdr-plugin-vnsi
Line 106: Line 106:
</pre>
</pre>


===Installing XVDR===
=== Installing XVDR ===
<pre>
<pre>
cd vdr-plugin-xvdr
cd vdr-plugin-xvdr
Line 136: Line 136:
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.
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===
=== Installing Backend ===


<pre>
<pre>
Line 142: Line 142:
</pre>
</pre>


===Installing VNSI===
=== Installing VNSI ===


VNSI is used to make VDR accessible to XBMC.
VNSI is used to make VDR accessible to XBMC.
Line 173: Line 173:
</pre>
</pre>


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


=Plugins=
= Plugins =
== Streamdev Server ==
==Streamdev Server==
==Streamdev Server==
==Streamdev Server==
== More Plugins ==
==More Plugins==
http://linuxtv.org/vdrwiki/index.php/Plugins
http://linuxtv.org/vdrwiki/index.php/Plugins


= OS-Cam & CAM Reader=
= OS-Cam & CAM Reader =


[[Category:How-to]]
[[Category:How-to]]
[[Category:Guides]]
[[Category:Guides]]
[[Category:PVR]]
[[Category:PVR]]

Revision as of 15:29, 27 April 2013

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