Changes between Initial Version and Version 3 of Ticket #6208


Ignore:
Timestamp:
Aug 25, 2009, 10:41:55 PM (15 years ago)
Author:
sphery
Comment:

See, also, #6909 for a -v channel,record,siparser log.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #6208

    • Property Priority changed from major to minor
    • Property Version changed from 0.21-fixes to head
    • Property Type changed from patch to defect
    • Property Severity changed from high to low
  • Ticket #6208 – Description

    initial v3  
    11I have a single DVB card with a single input connected to 3 satellites via a diseqc. Mythbackend shows this:
    2 
    3 ----
    4 
     2{{{
    532009-01-31 23:42:03.867 DiSEqCDevTree: Changing LNB voltage to 18V
    642009-01-31 23:42:04.368 DiSEqCDevTree: Resetting DiSEqC Bus
     
    1082009-01-31 23:42:05.019 ChannelBase(1): Input #3: 'DVBInput #3' schan(330) sourceid(3) ccid(1)
    1192009-01-31 23:42:05.019 ChannelBase(1): Current Input #1: 'DVBInput #1'
    12 
    13 ----
    14 
     10}}}
    1511Everything works fine normally. However if you attempt to change channel in '''browse mode''' to a channel on a different input you will see the following output
    16 
    17 ----
    18 
     12{{{
    19132009-01-31 20:30:33.773 ChannelBase(1): Failed to find channel(785) on current input (DVBInput #3) of card (1).
    20142009-01-31 20:30:33.775 ChannelBase(1): Found channel(785) on another input (DVBInput #1) of card (1).
     
    25192009-01-31 20:30:33.833 ChannelBase(1): Found startchannel '384' on input 'DVBInput #2'
    26202009-01-31 20:30:33.834 TVRec(1): HW Tuner: 1->1
    27 
    28 ----
    29 
     21}}}
    3022So it recognises that the channel i'm wanting to change to is not on the current input, but then changes to change the channel to the start channel but on a totally different input (i.e. the wrong channel). Once you are on this new (wrong) channel, you can no longer change channel in browse mode and you have to go to the EPG to change channels.
    3123