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

Refactored cIptvTcpSocket class.

This commit is contained in:
Rolf Ahrenberg
2010-09-15 23:41:25 +03:00
parent ac458b0c36
commit 7629e34d2a
4 changed files with 122 additions and 73 deletions

3
README
View File

@@ -164,6 +164,9 @@ Notes:
- Source address validation can be enabled for UDP protocol separated by
adding the source address after a ';' character: "U=239.192.0.1;239.192.0.2"
- Section id and pid scanners should be disabled after the correct data is
found. This can be made via VDR's channel editor.
Acknowledgements:
- The IPTV section filtering code is derived from Linux kernel.