Actions
Feature #1197
closedEPG for Viasat Baltic
Start date:
2012-09-03
Due date:
% Done:
100%
Estimated time:
Description
Our local sat provider "Viasat Baltic" transmits EPG on pid 0x39
currently only solution is to use xmltv or quick and dirty fix to modify line on eit.c
line 694:
tdt_add(tdmi, NULL, _eit_callback, m, m->id, TDT_CRC, 0x12, NULL);
changing to :
tdt_add(tdmi, NULL, _eit_callback, m, m->id, TDT_CRC, 0x39, NULL);
this way it is possible to get full 7day epg for "Viasat Baltic" but epg for other providers transmitting epg on pid 0x12 is broken
is would be nice to include EPG grabber for pid 0x39
Files
Actions