[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 20:24:53 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@…):

 Maybe there is a problem here in my database?  There are 2 /dev/video2
 cards; one for each input to use.  Is this how it should be or did
 something go awry?

 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
 | 11.2      | HD QAM 2     |           0 |           0 |         2 |
 |           4 |      3 |        1 | television | NULL            | NULL
 | 33        | 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 capturecard;
 +--------+-------------+--------------+-----------+-----------+--------------+----------------+----------+--------------+--------------+-----------------------+-------------+---------------+-----------------+----------------+----------------+---------------------+----------------+-----------------+------------------+----------+------------+--------+-----+----------+-------------+
 | cardid | videodevice | audiodevice  | vbidevice | cardtype  |
 defaultinput | audioratelimit | hostname | dvb_swfilter | dvb_sat_type |
 dvb_wait_for_seqstart | skipbtaudio | dvb_on_demand | dvb_diseqc_type |
 firewire_speed | firewire_model | firewire_connection | signal_timeout |
 channel_timeout | dvb_tuning_delay | contrast | brightness | colour | hue
 | diseqcid | dvb_eitscan |
 +--------+-------------+--------------+-----------+-----------+--------------+----------------+----------+--------------+--------------+-----------------------+-------------+---------------+-----------------+----------------+----------------+---------------------+----------------+-----------------+------------------+----------+------------+--------+-----+----------+-------------+
 |      1 | 1017F365-0  | NULL         | NULL      | HDHOMERUN | MPEG2TS
 |           NULL | mythbox  |            0 |            0 |
 1 |           0 |             0 |            NULL |              0 | NULL
 |                   0 |           1000 |            3000 |
 0 |        0 |          0 |      0 |   0 |     NULL |           1 |
 |      2 | 1017F365-1  | NULL         | NULL      | HDHOMERUN | MPEG2TS
 |           NULL | mythbox  |            0 |            0 |
 1 |           0 |             0 |            NULL |              0 | NULL
 |                   0 |           1000 |            3000 |
 0 |        0 |          0 |      0 |   0 |     NULL |           1 |
 |      3 | /dev/video2 | ALSA:default | NULL      | MPEG      | television
 |              0 | mythbox  |            0 |            0 |
 1 |           0 |             0 |            NULL |              0 | NULL
 |                   0 |           1000 |            3000 |
 0 |        0 |          0 |      0 |   0 |     NULL |           1 |
 |      4 | /dev/video2 | ALSA:default | NULL      | MPEG      | composite
 |              0 | mythbox  |            0 |            0 |
 1 |           0 |             0 |            NULL |              0 | NULL
 |                   0 |           1000 |            3000 |
 0 |        0 |          0 |      0 |   0 |     NULL |           1 |
 +--------+-------------+--------------+-----------+-----------+--------------+----------------+----------+--------------+--------------+-----------------------+-------------+---------------+-----------------+----------------+----------------+---------------------+----------------+-----------------+------------------+----------+------------+--------+-----+----------+-------------+
 4 rows in set (0.00 sec)

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


More information about the mythtv-commits mailing list