[mythtv-commits] Ticket #4498: LiveTV fails to choose correct encoder if requested channel is on a different frequency with Current SVN 15504
MythTV
noreply at mythtv.org
Fri Apr 1 07:12:39 UTC 2011
#4498: LiveTV fails to choose correct encoder if requested channel is on a
different frequency with Current SVN 15504
-------------------------------+-------------------------
Reporter: stev391@… | Owner: danielk
Type: defect | Status: closed
Priority: minor | Milestone: 0.21
Component: dvb | Version: head
Severity: medium | Resolution: fixed
Keywords: | Ticket locked: 0
-------------------------------+-------------------------
Comment (by sunsky@…):
im using a binary version of mythtv 0.24 from the mythbuntu repos.
however this patch should still be present in there since its from 0.21.
however apparently it doesnt work.
also the implementation should not be like that.
a while loop testing every possible input isn't needed.
in fact selecting the "right" input should always be an issue for
performance reasons.
it should be possible to query a suitable (and currently unused) input by
making use of the inputgroups and the channel/multiplex tables.
so it should lookup an appropriate input by default and not "try and
error" all inputs ...
and if that wont work return to a default channel like its done already.
--
Ticket URL: <http://code.mythtv.org/trac/ticket/4498#comment:7>
MythTV <http://code.mythtv.org/trac>
MythTV Media Center
More information about the mythtv-commits
mailing list