Opened 13 years ago

Closed 12 years ago

Last modified 12 years ago

#11365 closed Patch - Bug Fix (fixed)

Fix external channel changer support for iptv recorder (freebox)

Reported by: torbjorn.jansson@… 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)

fix-iptv-ext-changer.patch (1006 bytes ) - added by torbjorn.jansson@… 13 years ago.
trivial patch to fix the bug

Download all attachments as: .zip

Change History (7)

by torbjorn.jansson@…, 13 years ago

Attachment: fix-iptv-ext-changer.patch added

trivial patch to fix the bug

comment:1 by Karl Egly, 13 years ago

Component: MythTV - GeneralMythTV - Recording
Owner: set to danielk

comment:2 by johan@…, 12 years ago

Can this fix be included please? I'm also having this problem.

Is there a way to force executing the command anyway?

comment:3 by jpoet, 12 years ago

Owner: changed from danielk to jpoet
Status: newaccepted

comment:4 by John Poet <jpoet@…>, 12 years ago

Resolution: fixed
Status: acceptedclosed

In f077d230c3819ee1ebfd15a878aada78d7a5a224/mythtv:

Error: Processor CommitTicketReference failed
GIT backend not available

comment:5 by JYA, 12 years ago

this patch breaks plain IPTV / HLS recordings... it only creates 0 bytes file; see #11799

comment:6 by Raymond Wagner, 12 years ago

Milestone: unknown0.27
Note: See TracTickets for help on using tickets.