Opened 15 years ago
Closed 15 years ago
#9020 closed defect (Invalid)
Simultaneous ivtv recordings fail
| Reported by: | Owned by: | ||
|---|---|---|---|
| Priority: | minor | Milestone: | unknown |
| Component: | MythTV - General | Version: | Master Head |
| Severity: | medium | Keywords: | |
| Cc: | Ticket locked: | no |
Description
Running trunk (26533) on Ubuntu 10.04 with master backend having an HDhomerun and two PVR-250s (slave backend not connected). If two PVR-250 recordings are scheduled for the same time, the second recording will fail every time. This was never a problem in previous versions (.23 and earlier - first time running trunk). If one of the recordings is on the HDhomerun, then there isn't a problem, only if both are on the PVR-250s. I attached a backend log using -v network,extra,socket. First recording occurs at Please let me know if you need anything else.
Attachments (1)
Change History (4)
by , 15 years ago
| Attachment: | backend log.zip added |
|---|
comment:1 by , 15 years ago
| Status: | new → infoneeded_new |
|---|
Just to make sure, could you log into MySQL and paste the output of:
select cardid,videodevice,hostname from capturecard where cardtype='MPEG';
comment:2 by , 15 years ago
I have the following from the requested select:
+--------+-------------+--------------+ | cardid | videodevice | hostname | +--------+-------------+--------------+ | 5 | /dev/video0 | mythbox | | 6 | /dev/video0 | mythbasement | | 7 | /dev/video0 | mythbox | +--------+-------------+--------------+ 3 rows in set (0.00 sec)
cardid 6 is a PVR-150 in the slave backend which was not connected at the time of the issue due to a problem with the HDhomerun recordings with the slave connected (provided under ticket 7608).
comment:3 by , 15 years ago
| Resolution: | → Invalid |
|---|---|
| Status: | infoneeded_new → closed |
You are using the same video device node for both cards. MythTV is failing to record because you're trying to use the same tuner twice.

backend log