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

Added support for fifo dvr and modificationsfor vdr-1.5.15.

This commit is contained in:
Rolf Ahrenberg
2008-02-17 19:18:47 +00:00
parent 398a8d75b9
commit 71b0e52712
10 changed files with 62 additions and 49 deletions

4
README
View File

@@ -166,6 +166,10 @@ Notes:
- The following section filters are recommended to be disabled:
"NIT (0x40)", "SDT (0x42)", "TDT (0x70)"
- The IPTV devices look for a "/tmp/vdr-iptv<devicenumber>.dvr" fifo at
startup. If the fifo is found and succesfully opened, the device writes
the current data stream into it. This can be used for debugging purposes.
Acknowledgements:
- The IPTV section filtering code is derived from Linux kernel.