mirror of
https://github.com/rofafor/vdr-plugin-iptv.git
synced 2023-10-10 13:37:03 +02:00
Updated README.
This commit is contained in:
parent
769fb684f2
commit
388992efd9
43
README
43
README
@ -13,18 +13,39 @@ the Free Software Foundation; either version 2 of the License, or
|
|||||||
(at your option) any later version.
|
(at your option) any later version.
|
||||||
See the file COPYING for more information.
|
See the file COPYING for more information.
|
||||||
|
|
||||||
|
Requirements:
|
||||||
|
|
||||||
|
IPTV patched VDR-1.5.9+ and multicast IPTV transport streams
|
||||||
|
|
||||||
Description:
|
Description:
|
||||||
|
|
||||||
TBD
|
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, ...
|
||||||
|
|
||||||
Channels.conf examples:
|
Installation:
|
||||||
|
|
||||||
TV1:1:IPTV-UDP-192.168.0.1-1234:P:27500:512:650:2321:0:17:8438:4097:0
|
cd /put/your/path/here/VDR/PLUGINS/src
|
||||||
TV2:2:IPTV-UDP-192.168.0.2-1234:P:27500:513:660:2321:0:33:8438:4097:0
|
tar -xzf /put/your/path/here/vdr-iptv-X.Y.Z.tgz
|
||||||
^ ^ ^ ^ ^ ^
|
ln -s iptv-X.Y.Z iptv
|
||||||
| | | | | Source type ("P")
|
cd /put/your/path/here/VDR
|
||||||
| | | | IP Port Number
|
patch -p1 < PLUGINS/src/iptv/patches/vdr-1.5.x-iptv.patch
|
||||||
| | | IP Address
|
make
|
||||||
| | Protocol ("UDP")
|
make plugins
|
||||||
| Plugin ID ("IPTV")
|
./vdr -P iptv
|
||||||
Unique enumeration
|
|
||||||
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user