VDR/Installation: Difference between revisions

From Official Kodi Wiki
< VDR
Jump to navigation Jump to search
>Bubeck
 
(15 intermediate revisions by 8 users not shown)
Line 1: Line 1:
Opening
{{PVR_guide}}
{{mininav|[[PVR]] | [[VDR]] }}


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


=Installation=
= Installation =


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


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


Set ppa
Set ppa
<pre>
<pre>
sudo add-apt-repository ppa:yavdr/unstable-vdr
sudo add-apt-repository ppa:yavdr/experimental-main
sudo add-apt-repository ppa:yavdr/experimental-vdr
sudo apt-get update
sudo apt-get update
</pre>
</pre>
Line 22: Line 24:
</pre>
</pre>


 
=== Installing VNSI ===
===Installing VNSI===
NOTE:  On Ubuntu 15.04, vdr-plugin-vnsiserver requires the vdr-abi-2.0.6-debian package, which is not available in the Ubuntu repositories.  See Launchpad bug [https://bugs.launchpad.net/ubuntu/+source/vdr/+bug/1499807 here.]
<pre>
<pre>
sudo apt-get install vdr-plugin-vnsiserver
sudo apt-get install vdr-plugin-vnsiserver
Line 29: Line 31:
</pre>
</pre>


===Installing XVDR===
=== Installing XVDR ===
Note: This is not maintained any more, and also not required. Use VNSI instead.
 
<pre>
<pre>
sudo apt-get install vdr-plugin-xvdr
sudo apt-get install vdr-plugin-xvdr
Line 44: Line 48:
Start VDR.
Start VDR.
<pre>
<pre>
sudo /etc/init.d/vdr start
sudo systemctl start vdr
</pre>
</pre>
Stop VDR.
Stop VDR.
<pre>
<pre>
sudo /etc/init.d/vdr stop
sudo systemctl stop vdr
</pre>
</pre>
Autostart VDR.
Autostart VDR.
Line 58: Line 62:
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 101:
</pre>
</pre>


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


===Installing XVDR===
=== Installing XVDR ===
<pre>
<pre>
cd vdr-plugin-xvdr
cd vdr-plugin-xvdr
Line 134: Line 138:
== Fedora / Red Hat ==
== 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.
VDR and the necessary plugin to connect it to Kodi 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>
sudo yum install vdr
sudo dnf install vdr
</pre>
</pre>


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


VNSI is used to make VDR accessible to XBMC.
VNSI is used to make VDR accessible to Kodi.


<pre>
<pre>
sudo yum install vdr-vnsiserver3
sudo dnf install vdr-vnsiserver
sudo nano /etc/vdr/plugins/vnsiserver3/allowed_hosts.conf ## Edit allowed hosts
sudo nano /etc/vdr/plugins/vnsiserver/allowed_hosts.conf ## Enter network addresses of machines allowed to connect to this VDR
</pre>
</pre>


Line 156: Line 160:


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


Line 173: Line 177:
</pre>
</pre>


=Ubuntu Manual Compile=
= Ubuntu Manual Compile =
http://forum.xbmc.org/showthread.php?tid=45314
http://forum.kodi.tv/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:Guides]]
[[Category:PVR]]
[[Category:PVR]]

Latest revision as of 21:24, 2 January 2021

Live TV, PVR & Radio Contents

PVR main page

1. Tuner Cards
2. Backends
3. Setup
4. Live TV Artwork

Related Pages:

All PVR Pages
All PVR Add-on Pages

Home icon grey.png   ▶ PVR ▶ VDR ▶ Installation

Info...

Installation

Ubuntu

Info & source

http://forum.kodi.tv/showthread.php?tid=62696

Installing Backend

Set ppa

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

Getting the vdr & dvb-app.

sudo apt-get install vdr dvb-apps	

Installing VNSI

NOTE: On Ubuntu 15.04, vdr-plugin-vnsiserver requires the vdr-abi-2.0.6-debian package, which is not available in the Ubuntu repositories. See Launchpad bug here.

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

Installing XVDR

Note: This is not maintained any more, and also not required. Use VNSI instead.

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 systemctl start vdr

Stop VDR.

sudo systemctl stop vdr

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 Kodi 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 dnf install vdr

Installing VNSI

VNSI is used to make VDR accessible to Kodi.

sudo dnf install vdr-vnsiserver
sudo nano /etc/vdr/plugins/vnsiserver/allowed_hosts.conf	 ## Enter network addresses of machines allowed to connect to this VDR

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.kodi.tv/showthread.php?tid=45314

Plugins

Streamdev Server

Streamdev Server

More Plugins

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

OS-Cam & CAM Reader