[mythtv-commits] Ticket #12469: Re: Ticket #10043 Locked - MythTV does not lock HDHR Tuners

MythTV noreply at mythtv.org
Tue Jul 7 17:18:03 UTC 2015


#12469: Re: Ticket #10043 Locked - MythTV does not lock HDHR Tuners
--------------------------------+-----------------------------
 Reporter:  andyvt@…            |          Owner:  silicondust
     Type:  Patch - Bug Fix     |         Status:  closed
 Priority:  minor               |      Milestone:  unknown
Component:  MythTV - HDHomeRun  |        Version:  Unspecified
 Severity:  low                 |     Resolution:  Duplicate
 Keywords:                      |  Ticket locked:  1
--------------------------------+-----------------------------
Changes (by gigem):

 * status:  new => closed
 * resolution:   => Duplicate
 * mlocked:  0 => 1


Comment:

 Leaving ticket #10043 locked was inadvertent.  It's unlocked now.  Please
 follow up there.

 I think you are misunderstanding.  While the HDHR supports allocating
 tuners from a pool, MythTV does not support it.  Applying the supplied
 patch will cause MythTV to lock the tuner while MythTV uses it, thereby
 preventing another application from interrupting MythTV's use of the
 tuner.  It will not, however, prevent MythTV from wanting to use a
 specific tuner even when some other application is already using it.
 That's because MythTV is currently written to the tuners statically
 allocated to it by number and expects to have exclusive access them.

 To reword that last comment from the original ticket -- We do not want a
 partial solution to the problem.  We will only accept patches that solve
 the entire problem.  That means changing MythTV to configure an
 hdhomerun_device_selector_t object and to use
 hdhomerun_device_selector_choose_and_lock() to allocate tuners
 dynamically.

--
Ticket URL: <https://code.mythtv.org/trac/ticket/12469#comment:1>
MythTV <http://www.mythtv.org>
MythTV Media Center


More information about the mythtv-commits mailing list