1.32 TV channel scan is not working (3 Viewers)

horned_reaper

Test Group
  • Team MediaPortal
  • January 7, 2011
    1,233
    461
    Munich
    Home Country
    Germany Germany
    With my new hardware, Windows 11 and MP 1.32 the TV channel scan is not working anymore. The frequencies are scanned but no channels are found.

    Scan.png


    It used to be working with the same TV card with my previous hardware and Windows 10.
    Watching previously found TV channels works fine. I took over the MP TV Server database from my previous system.
    It's the same with MP 1.32 x86 and x64.

    Does anyone have an idea how to fix this issue?
     

    Attachments

    • TV Server logs.zip
      127.2 KB

    framug

    Super Moderator
  • Team MediaPortal
  • January 31, 2005
    5,921
    1,992
    South of France
    Home Country
    France France
    Hello,

    [2023-12-29 08:35:27,539] [Log ] [DVB EPG timer] [INFO ] - dvb: LockInOnSignal waiting 20ms
    [2023-12-29 08:35:27,585] [Log ] [DVB EPG timer] [INFO ] - dvb: LockInOnSignal waiting 20ms
    [2023-12-29 08:35:27,634] [Log ] [DVB EPG timer] [INFO ] - dvb: LockInOnSignal waiting 20ms
    [2023-12-29 08:35:27,675] [Log ] [DVB EPG timer] [INFO ] - dvb: LockInOnSignal waiting 20ms
    [2023-12-29 08:35:27,721] [Log ] [DVB EPG timer] [INFO ] - dvb: LockInOnSignal waiting 20ms
    [2023-12-29 08:35:29,210] [Log ] [DVB EPG timer] [INFO ] - dvb: LockInOnSignal could not lock onto channel - no signal or bad signal
    It seems you have no signal.
    Is your antenna plugged and/or signal OK (check elsewhere like in your TV set).
    Also, try with MP 1.31 instead of 1.32.
     

    horned_reaper

    Test Group
  • Team MediaPortal
  • January 7, 2011
    1,233
    461
    Munich
    Home Country
    Germany Germany
    Hello framug,

    thanks for your reply.

    Without the antenna plugged in, watching existing TV channels wouldn't work but it does. :)
    I'll install MP 1.31 and let you know if it works.
     

    Pablik

    Development Group
  • Team MediaPortal
  • August 19, 2010
    680
    1,089
    Home Country
    Czech Republic Czech Republic
    Can you try manual scan (by using 'Advanced Tuning Options')?
    Try this params: fq:410000 sr:6900000(not 6900!) qm:64 or 256

    Or edit your "Germany.Full.xml" file by replacing symbolrate 6900 by 6900000.
     

    horned_reaper

    Test Group
  • Team MediaPortal
  • January 7, 2011
    1,233
    461
    Munich
    Home Country
    Germany Germany
    Thanks for your reply.
    You're great! (y)

    The symbol rate field is limited to four characters:

    Scan.png


    Scan 2.png


    With this XML file it works! :)

    Code:
    <?xml version="1.0" encoding="utf-8"?>
    <ArrayOfDVBCTuning xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
      <DVBCTuning>
        <Frequency>410000</Frequency>
        <ModulationType>Mod64Qam</ModulationType>
        <SymbolRate>6900000</SymbolRate>
      </DVBCTuning>
      <DVBCTuning>
        <Frequency>410000</Frequency>
        <ModulationType>Mod256Qam</ModulationType>
        <SymbolRate>6900000</SymbolRate>
      </DVBCTuning> 
    </ArrayOfDVBCTuning>

    Scan 3.png


    Has there been any recent related TV Server change?
    Are there new scan parameter files?
     

    Pablik

    Development Group
  • Team MediaPortal
  • August 19, 2010
    680
    1,089
    Home Country
    Czech Republic Czech Republic
    The symbol rate field is limited to four characters:
    Oh, sorry. I didn't know that.

    Has there been any recent related TV Server change?
    Are there new scan parameter files?
    Nope, there are no changes related to tune/scanning system.
    And it looks like you are not the only one who has exactly the same problem (check this thread).
    Maybe the problem is related to the "Hauppauge WinTV" products (requires exact symbolrate value - not in kSymbols).
     

    horned_reaper

    Test Group
  • Team MediaPortal
  • January 7, 2011
    1,233
    461
    Munich
    Home Country
    Germany Germany
    Interesting!
    Considering the large amount of Hauppauge WinTV users, in my opinon it wourld make sense for MediaPortal to adapt this pecularity.
     

    Users who are viewing this thread

    Top Bottom