Ticket #10377 (closed Bug Report - General: fixed)
Opened 15 months ago
Last modified 15 months ago
LiveTV: Same source different multiplex channel changes fail
| Reported by: | danielk | Owned by: | danielk |
|---|---|---|---|
| Priority: | minor | Milestone: | 0.25 |
| Component: | MythTV - General | Version: | Master Head |
| Severity: | medium | Keywords: | |
| Cc: | Ticket locked: | no |
Description
When you have four recorders defined like so:
[1] /dev/dvb/adapter0 [2] /dev/dvb/adapter0 [3] /dev/dvb/adapter1 [4] /dev/dvb/adapter1
And they are all connected to the same video source. And recorder 1 is recording something on multiplex 1 And you are in LiveTV in recorder 2 And you switch to a channel on multiplex 2 And neither 3 or 4 is busy OR one is busy but is on multiplex 2
Then the channel change will fail.
Attachments
Change History
comment:1 Changed 15 months ago by danielk
The patch fixes the problem described, but I'm not sure if it breaks anything else yet.
comment:2 Changed 15 months ago by skd5aner <skd5aner@…>
Changed 15 months ago by danielk
- Attachment 10377-v3.patch added
Tell switch cards which input we need.
comment:3 Changed 15 months ago by jyavenard
Confirm that it works as intended.
Perfect.
comment:4 Changed 15 months ago by Github
Refs #10377. Some logging fixes. (VB_PLAYBACK->VB_CHANNEL).
Branch: master Changeset: 593d24b544e2127db420a1be07eb690f649e2f64
comment:5 Changed 15 months ago by Github
- Status changed from new to closed
- Resolution set to fixed
Fixes #10377. Prevent getting "stuck on a mux".
When multiple digital cards share a video source we can get stuck to a mux in Live TV. This fixes that bug. See ticket for steps to reproduce.
Branch: master Changeset: 21784cef55b4cf45268fde2afc839c4b80aab8e1
