Go to file
Rolf Ahrenberg cb87392299 Added a setup option for buffer prefill ratio and fixed protocol Read(). 2007-09-15 21:27:00 +00:00
patches Initial revision 2007-09-12 17:28:59 +00:00
po Added a setup option for buffer prefill ratio and fixed protocol Read(). 2007-09-15 21:27:00 +00:00
COPYING Initial revision 2007-09-12 17:28:59 +00:00
HISTORY Removed date. 2007-09-15 15:03:26 +00:00
Makefile Added configurable buffer size. 2007-09-15 15:38:38 +00:00
README Added instructions to install patched sources.conf. 2007-09-14 23:37:50 +00:00
common.h Initial revision 2007-09-12 17:28:59 +00:00
config.c Added a setup option for buffer prefill ratio and fixed protocol Read(). 2007-09-15 21:27:00 +00:00
config.h Added a setup option for buffer prefill ratio and fixed protocol Read(). 2007-09-15 21:27:00 +00:00
device.c Added a setup option for buffer prefill ratio and fixed protocol Read(). 2007-09-15 21:27:00 +00:00
device.h Added a setup option for buffer prefill ratio and fixed protocol Read(). 2007-09-15 21:27:00 +00:00
iptv.c Added configurable buffer size. 2007-09-15 15:38:38 +00:00
protocolif.h Added a setup option for buffer prefill ratio and fixed protocol Read(). 2007-09-15 21:27:00 +00:00
protocoludp.c Added a setup option for buffer prefill ratio and fixed protocol Read(). 2007-09-15 21:27:00 +00:00
protocoludp.h Added a setup option for buffer prefill ratio and fixed protocol Read(). 2007-09-15 21:27:00 +00:00
setup.c Added a setup option for buffer prefill ratio and fixed protocol Read(). 2007-09-15 21:27:00 +00:00
setup.h Added a setup option for buffer prefill ratio and fixed protocol Read(). 2007-09-15 21:27:00 +00:00
streamer.c Added a setup option for buffer prefill ratio and fixed protocol Read(). 2007-09-15 21:27:00 +00:00
streamer.h Protocol refactoring. 2007-09-14 15:44:25 +00:00

README

This is a IPTV for the Video Disk Recorder (VDR).

Written by:                  R o l f . A h r e n b e r g @ s c i . f i
                             A n t t i . S e p p a l a @ 

Project's homepage:          http://www.saunalahti.fi/~rahrenbe/vdr/iptv/

Latest version available at: http://www.saunalahti.fi/~rahrenbe/vdr/iptv/

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
See the file COPYING for more information.

Requirements:

IPTV patched VDR-1.5.9+ and multicast IPTV transport streams

Description:

This plugin integrates multicast IPTV transport streams seamlessly into
VDR. You can use any IPTV channel like any other normal DVB channel for
live viewing, recording, ...

Installation:

cd /put/your/path/here/VDR/PLUGINS/src
tar -xzf /put/your/path/here/vdr-iptv-X.Y.Z.tgz
ln -s iptv-X.Y.Z iptv
cd /put/your/path/here/VDR
patch -p1 < PLUGINS/src/iptv/patches/vdr-1.5.x-iptv.patch
cp sources.conf /path/to/vdrconf/
make
make plugins
./vdr -P iptv

Channels.conf example:

TV1;IPTV:1:IPTV-UDP-192.168.0.1-1234:P:27500:512:650:2321:0:17:8438:4097:0
TV2;IPTV:2:IPTV-UDP-192.168.0.2-1234:P:27500:513:660:2321:0:33:8438:4097:0
         ^ ^    ^   ^           ^    ^
         | |    |   |           |    Source type ("P")
         | |    |   |           IP Port Number
         | |    |   IP Address
         | |    Protocol ("UDP")
         | Plugin ID ("IPTV")
         Unique enumeration

Notes:

- Remember to open IGMP in the firewall for multicast streams