Scanning DVB-T2 channels in multi PLP mode (1 Viewer)

se-2001

Portal Member
June 14, 2015
11
4
Home Country
Russian Federation Russian Federation
Hello, dear friends.
Who faced with the problem of scanning TV channels mode DVB-T2?
Means channels transmitted in multi PLP, PLP ID-1 and PLP ID-2
I can not scan the channels. Can you please tell how to solve this problem?
Thank you.
 

mm1352000

Retired Team Member
  • Premium Supporter
  • September 1, 2008
    21,577
    8,224
    Home Country
    New Zealand New Zealand
    Okay.

    Some tuners are able to select the PLP by modifying the frequency.
    For example, if you wish to tune PLP 2 at 568 MHz (568 000 kHz), use frequency 2586 000.
    I don't know if that is possible with your tuner.

    In general, PLP ID must be set with a proprietary driver interface/extension, because Microsoft's BDA framework does not include a good PLP interface. Therefore, to add support we need an "SDK" (software development kit) from GotView. This SDK should tell us how to set the PLP (and also how to receive commands from the remote control etc.).

    Since I don't speak or write Russian, would you be so kind as to email or call GotView and ask for this information?

    Regards,
    mm
     

    se-2001

    Portal Member
    June 14, 2015
    11
    4
    Home Country
    Russian Federation Russian Federation
    Dear, mm

    Many thanks. The first way is not working.
    Regarding the second way... i will try to contact with GotViewTeam on their forum, and the answer will put here.
     

    se-2001

    Portal Member
    June 14, 2015
    11
    4
    Home Country
    Russian Federation Russian Federation
    mm,

    this is a answer from GotViewTeam:
    ----------------------------
    Switching PLP we have done in two ways, depending on the OS and driver tuner:

    1 - IDVBTLocator2->put_PhysicalLayerPipeId(plp_id);

    2 - (short)
    IPin* pPin = FindOutPin(pBDATunerFilter, 0);
    pPin->QueryInterface(IID_IKsPropertySet,(void**)&pIKsPropertySet);
    pIKsPropertySet->Set(KSPROPSETID_BdaDigitalDemodulator, KSPROPERTY_BDA_PLP_NUMBER, &ks, sizeof(ks), &plp_id, sizeof(plp_id));

    -----------------------------
     

    se-2001

    Portal Member
    June 14, 2015
    11
    4
    Home Country
    Russian Federation Russian Federation
    Dear MM,

    When, approximately, we can expect your update?
    Thank You.
     

    mm1352000

    Retired Team Member
  • Premium Supporter
  • September 1, 2008
    21,577
    8,224
    Home Country
    New Zealand New Zealand
    It could take quite a while (weeks, months - I don't really know), sorry.
    The code has not taken long to write... but other things delay availability.
     

    Users who are viewing this thread

    Top Bottom