1
0
mirror of https://github.com/rofafor/vdr-plugin-iptv.git synced 2023-10-10 11:37:03 +00:00

Added configurable UDP listen port for EXT protocol.

This commit is contained in:
Rolf Ahrenberg
2007-10-19 22:18:55 +00:00
parent 8e3956cbeb
commit 4dd9e42a71
16 changed files with 52 additions and 37 deletions

4
README
View File

@@ -124,6 +124,10 @@ Notes:
- The following section filters are recommended to be disabled:
"NIT (0x40)", "SDT (0x42)", "TDT (0x70)"
- The EXT protocol listens UDP packets from localhost. The default listen
port base number is 4321 and it can be configured via a commandline
switch. The port range is defined by the number of IPTV devices (max. 8).
Acknowledgements:
- The IPTV section filtering code is derived from Linux kernel.