[mythtv-users] Setting up slave backend system

Jay Jarvinen jay-lists at 3pound.com
Mon Sep 19 20:29:12 UTC 2005


On Mon, 19 Sep 2005 13:26:00 -0400
"Scot L. Harris" <webid at cfl.rr.com> wrote:

> Maybe what is confusing me is how to get the capture cards on the
> SBE configured on the MBE.

You don't. The MBE automagically finds available cards on slave
backend(s), if/when the SBE mythbackend is running.

Like the docs say, don't set up a new videosource (guide data) on the
slave(s).

Maybe this will help, from my master backend database (which BTW, is
the only* database):

(Note: your card #'s may vary (more sequential?))

---

# select cardid, videodevice, defaultinput, hostname FROM capturecard;
+--------+-------------+--------------+----------+
| cardid | videodevice | defaultinput | hostname |
+--------+-------------+--------------+----------+
|      1 | /dev/video  | Television   | lian     |
|      3 | /dev/video0 | Tuner 0      | duron    |
+--------+-------------+--------------+----------+
2 rows in set (0.00 sec)

# select cardinputid, cardid, sourceid, inputname FROM cardinput;
+-------------+--------+----------+------------+
| cardinputid | cardid | sourceid | inputname  |
+-------------+--------+----------+------------+
|           1 |      1 |        1 | Television |
|           4 |      3 |        1 | Tuner 0    |
+-------------+--------+----------+------------+
2 rows in set (0.00 sec)

# select sourceid, xmltvgrabber from videosource;
+----------+--------------+
| sourceid | xmltvgrabber |
+----------+--------------+
|        1 | datadirect   |
+----------+--------------+
1 row in set (0.00 sec)

# select count(*) from videosource;
+----------+
| count(*) |
+----------+
|        1 |
+----------+
1 row in set (0.01 sec)

---

Two capture cards, different hosts, same sourceid (videosource).

-Jay


More information about the mythtv-users mailing list