[mythtv-commits] Ticket #10365: Creating DVB cards with multirec support is broken

MythTV noreply at mythtv.org
Mon Feb 20 06:05:31 UTC 2012


#10365: Creating DVB cards with multirec support is broken
----------------------------------+-----------------------------
 Reporter:  jyavenard             |          Owner:
     Type:  Bug Report - General  |         Status:  new
 Priority:  major                 |      Milestone:  unknown
Component:  MythTV - General      |        Version:  Master Head
 Severity:  medium                |     Resolution:
 Keywords:                        |  Ticket locked:  0
----------------------------------+-----------------------------

Comment (by jyavenard):

 Following r3d01ccf3

 the mysql error "QMYSQLResult::data: column 11 out of range"
 doesn't show anymore..

 However, still only 4 encoder created:
 {{{
 Encoder 1 [ DVB : /dev/dvb/adapter0/frontend0 ] is local on
 htpc.avenard.org and is not recording.
 Encoder 4 [ DVB : /dev/dvb/adapter1/frontend0 ] is local on
 htpc.avenard.org and is not recording.
 Encoder 7 [ DVB : /dev/dvb/adapter2/frontend0 ] is local on
 htpc.avenard.org and is not recording.
 Encoder 10 [ DVB : /dev/dvb/adapter3/frontend0 ] is local on
 htpc.avenard.org and is not recording.
 {{{

 (I have 4 DVB cards, I only used two in my original report)

 mysql> select cardid, videodevice, cardtype from capturecard; select
 cardinputid, cardid, sourceid, inputname from cardinput;
 +--------+-----------------------------+----------+
 | cardid | videodevice                 | cardtype |
 +--------+-----------------------------+----------+
 |      1 | /dev/dvb/adapter0/frontend0 | DVB      |
 |      2 | /dev/dvb/adapter0/frontend0 | DVB      |
 |      3 | /dev/dvb/adapter0/frontend0 | DVB      |
 |      4 | /dev/dvb/adapter1/frontend0 | DVB      |
 |      5 | /dev/dvb/adapter1/frontend0 | DVB      |
 |      6 | /dev/dvb/adapter1/frontend0 | DVB      |
 |      7 | /dev/dvb/adapter2/frontend0 | DVB      |
 |      8 | /dev/dvb/adapter2/frontend0 | DVB      |
 |      9 | /dev/dvb/adapter2/frontend0 | DVB      |
 |     10 | /dev/dvb/adapter3/frontend0 | DVB      |
 |     11 | /dev/dvb/adapter3/frontend0 | DVB      |
 |     12 | /dev/dvb/adapter3/frontend0 | DVB      |
 +--------+-----------------------------+----------+
 12 rows in set (0.00 sec)

 +-------------+--------+----------+-----------+
 | cardinputid | cardid | sourceid | inputname |
 +-------------+--------+----------+-----------+
 |           1 |      1 |        1 | DVBInput  |
 |           2 |      4 |        1 | DVBInput  |
 |           3 |      7 |        1 | DVBInput  |
 |           4 |     10 |        1 | DVBInput  |
 +-------------+--------+----------+-----------+
 }}}

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


More information about the mythtv-commits mailing list