Feature #479
Update for hardcoded DVB networks on Athens Greece
| Status: | Fixed | Start date: | 04/30/2011 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | - | % Done: | 0% | |
| Category: | - | |||
| Target version: | - |
Description
I have made some updates on the DVB networks list for Athens, Greece.
static const struct mux muxes_DVBT_gr_Athens[] = {
{.freq = 690000000, .bw = 0, .constellation = 3, .fechp = 3, .feclp = 0, .tmode = 1, .guard = 2, .hierarchy = 0},
{.freq = 722000000, .bw = 0, .constellation = 3, .fechp = 3, .feclp = 0, .tmode = 1, .guard = 2, .hierarchy = 0},
{.freq = 674000000, .bw = 0, .constellation = 1, .fechp = 4, .feclp = 0, .tmode = 2, .guard = 4, .hierarchy = 4},
{.freq = 682000000, .bw = 0, .constellation = 1, .fechp = 4, .feclp = 0, .tmode = 2, .guard = 4, .hierarchy = 4},
};
History
#1
Updated by Mossroy Mossroy almost 2 years ago
Some updates have been made to all frequencies, based on the upstream values from dvb-apps.
See https://www.lonelycoder.com/redmine/issues/570
It seems to correspond to the frequencies you gave, except that for one that is in your list and not in dvb-apps.
Maybe you should check that you can find all your channels with the latest git code of tvheadend
#2
Updated by Adam Sutton 11 months ago
- Status changed from New to Fixed
Initial mux config will shortly be handled via standard scan config files.