rofafor / vdr-plugin-iptv

IPTV plugin for the Video Disk Recorder (VDR)
http://www.saunalahti.fi/~rahrenbe/vdr/iptv/
GNU General Public License v2.0
6 stars 7 forks source link

More EPG than just now and next?! #6

Closed ClashC closed 4 years ago

ClashC commented 6 years ago

Hello,

I like this plugin very much. It works very reliably. I have a few more questions. —> EIT scanning functionality is disabled by default. (Readme) How can I activate it completely? I want more EPG, at least for 1 or 2 days. How can I create 2 x IPTV devices? 1 device for LiveTV and the 2 device for one recording. Or is that not necessary?

Best regards

rofafor commented 6 years ago

1) EIT scanning means that VDR is actively tuning into transponders while device are idling. I found this quite nasty within network streams and limited bandwidth, but you can enable it by modifying the return value of cIptvDevice::ProvidesEIT in device.c. Notice, that fetching EIT data from currently tuned channel should work, if the channel is configured correctly (nid/tid/sid fields) and the IPTV stream is providing the EIT table. Otherwise, you'll need to use some external EPG sources and plugins.

2) Define the number of devices via command-line: -P "iptv -d 2"