[mythtv-commits] Ticket #9866: Watch Live TV attempting to use tuner device already in use recording a show

MythTV noreply at mythtv.org
Fri Jun 24 21:28:20 UTC 2011


#9866: Watch Live TV attempting to use tuner device already in use recording a
show
-----------------------------------------+----------------------------
 Reporter:  brad@…                       |          Owner:
     Type:  Bug Report - General         |         Status:  closed
 Priority:  critical                     |      Milestone:  unknown
Component:  MythTV - General             |        Version:  0.24-fixes
 Severity:  high                         |     Resolution:  Invalid
 Keywords:  live recording device hangs  |  Ticket locked:  0
-----------------------------------------+----------------------------

Comment (by brad@…):

 Okay, I added an input group as suggested and added both inputs to it.
 This did resolve my issue.  Thanks for the tip, and maybe the
 documentation needs revisiting as the fact that both inputs were on one
 capture card did not automatically make them exclusive?

 The new affected tables:

 mysql> select * from cardinput;
 +-------------+--------+----------+------------+-----------------+----------+-----------+--------------+-------------+-------------+-----------+
 | cardinputid | cardid | sourceid | inputname  | externalcommand |
 tunechan | startchan | displayname  | dishnet_eit | recpriority |
 quicktune |
 +-------------+--------+----------+------------+-----------------+----------+-----------+--------------+-------------+-------------+-----------+
 |           1 |      1 |        3 | MPEG2TS    | NULL            | NULL
 | 704       | HD QAM 1     |           0 |           0 |         2 |
 |           2 |      2 |        3 | MPEG2TS    | NULL            | NULL
 | 715       | HD QAM 2     |           0 |           0 |         2 |
 |           4 |      3 |        1 | television | NULL            | NULL
 | 51        | Analog Cable |           0 |           0 |         0 |
 |           3 |      4 |        4 | composite  | /bin/true       | NULL
 | 999       | Aux          |           0 |           0 |         0 |
 +-------------+--------+----------+------------+-----------------+----------+-----------+--------------+-------------+-------------+-----------+
 4 rows in set (0.00 sec)

 mysql> select * from inputgroup;
 +-------------+--------------+----------------+
 | cardinputid | inputgroupid | inputgroupname |
 +-------------+--------------+----------------+
 |           3 |            1 | Analog         |
 |           4 |            1 | Analog         |
 +-------------+--------------+----------------+
 2 rows in set (0.00 sec)

-- 
Ticket URL: <http://code.mythtv.org/trac/ticket/9866#comment:6>
MythTV <http://code.mythtv.org/trac>
MythTV Media Center


More information about the mythtv-commits mailing list