[mythtv-users] Missed recordings and three encoders

Richard Morton richard.e.morton at gmail.com
Sat Jan 2 15:11:39 UTC 2010


I also have a Nova-T500

Here is my working table
mysql> select cardid,videodevice,audiodevice,vbidevice,cardtype from
capturecard;
+--------+-----------------------------+-------------+-----------+----------+
| cardid | videodevice                 | audiodevice | vbidevice | cardtype |
+--------+-----------------------------+-------------+-----------+----------+
|     11 | /dev/dvb/adapter1/frontend0 |             |           | DVB      |
|      7 | /dev/dvb/adapter0/frontend0 |             |           | DVB      |
|      8 | /dev/dvb/adapter0/frontend0 | NULL        | NULL      | DVB      |
|      9 | /dev/dvb/adapter0/frontend0 | NULL        | NULL      | DVB      |
|     10 | /dev/dvb/adapter0/frontend0 | NULL        | NULL      | DVB      |
|     12 | /dev/dvb/adapter1/frontend0 | NULL        | NULL      | DVB      |
|     13 | /dev/dvb/adapter1/frontend0 | NULL        | NULL      | DVB      |
|     14 | /dev/dvb/adapter1/frontend0 | NULL        | NULL      | DVB      |
+--------+-----------------------------+-------------+-----------+----------+
8 rows in set (0.00 sec)

+-------------+--------+----------+-----------+
| cardinputid | cardid | sourceid | inputname |
+-------------+--------+----------+-----------+
|           1 |      7 |        1 | DVBInput  |
|           2 |      8 |        1 | DVBInput  |
|           3 |      9 |        1 | DVBInput  |
|           4 |     10 |        1 | DVBInput  |
|           5 |     11 |        1 | DVBInput  |
|           6 |     12 |        1 | DVBInput  |
|           7 |     13 |        1 | DVBInput  |
|           8 |     14 |        1 | DVBInput  |
+-------------+--------+----------+-----------+
8 rows in set (0.00 sec)


note: I have 2 tuners and a max of 8 simultaneous recordings. In the
cardsetup I have set 4 simultaneous recoridngs per card/tuner

thanks / hope this helps.

R


More information about the mythtv-users mailing list