Opened 12 years ago
Closed 11 years ago
Last modified 11 years ago
#11365 closed Patch - Bug Fix (fixed)
Fix external channel changer support for iptv recorder (freebox)
Reported by: | Owned by: | jpoet | |
---|---|---|---|
Priority: | trivial | Milestone: | 0.27 |
Component: | MythTV - Recording | Version: | 0.26-fixes |
Severity: | medium | Keywords: | |
Cc: | Ticket locked: | no |
Description
while i was trying to setup my dreambox as a recording according to the wiki page: http://www.mythtv.org/wiki/Dreambox-NetworkRecorder i found a bug with the external channel changer support.
if you set an external channel changer command in the database for a iptv recorder it will not work and backend logs:
CoreContext channelbase.cpp:963 (InitializeInputs) - ChannelBase(5): External Channel changer is set, but this device does not support it.
reason for this is the function IsExternalChannelChangeSupported?() is placed in the wrong class. currently it is in the iptv recorder but it should be in the iptv channel class instead.
attached patch fixes this.
Attachments (1)
Change History (7)
Changed 12 years ago by
Attachment: | fix-iptv-ext-changer.patch added |
---|
comment:1 Changed 12 years ago by
Component: | MythTV - General → MythTV - Recording |
---|---|
Owner: | set to danielk |
comment:2 Changed 11 years ago by
Can this fix be included please? I'm also having this problem.
Is there a way to force executing the command anyway?
comment:3 Changed 11 years ago by
Owner: | changed from danielk to jpoet |
---|---|
Status: | new → accepted |
comment:4 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
comment:5 Changed 11 years ago by
this patch breaks plain IPTV / HLS recordings... it only creates 0 bytes file; see #11799
comment:6 Changed 11 years ago by
Milestone: | unknown → 0.27 |
---|
trivial patch to fix the bug