[mythtv] Re: [mythtv-commits] Re: Ticket #345: starting liveTV failed

Daniel Kristjansson danielk at cuymedia.net
Mon Sep 19 22:35:07 UTC 2005


On Mon, 2005-09-19 at 19:12 +0100, Roger James wrote:
> Because some channels here in the UK are available both via terrestrial
> analog and terrestrial digital TV my channel table in the SQL database has
> some entries that have both the "freqid" field and the "mplexid" set. This
> used to work, my analog PVR350 card would use the freqid field and my DVB-T
> card would use the mplexid field.
> 
> This is now broken. The DVB multiplex frequency returned from
> ChannelUtil::GetTuningParams is used even when the card being tuned is not a
> DVB card.

This is correct behavior, you need to create one source for each set
of channels. Your configuration was basically relying on a bug in
the channel class where it ignored the dtv_multiplex table even if
the mplexid was set.

-- Daniel



More information about the mythtv-dev mailing list