Recent content by Sundtek

  1. S

    Funktioniert der Sundtek MediaTV Pro III mit Windows 11?

    Das waren verschlüsselte Sender, es gibt auch noch unverschlüsselte die sind aber SD und auf anderen Transpondern.
  2. S

    Aufnahmefehlern auf die Spur kommen

    Der Treiber ist noch nicht signiert, die Signierung kann man im Win10 aber temporär ausschalten und man wird immer noch gefragt ob man den Treiber installieren möchte (ist im Wiki beschrieben) Wir feintunen den Treiber mit der Zeit noch etwas, Unicable, Diseqc muss noch getestet werden. Der...
  3. S

    TV Server can't tune to some DVB-S multiplexes while other software can

    Maybe uncheck DVB-S2 Tuning/scanning?
  4. S

    Aufnahmefehlern auf die Spur kommen

    Für die Dual USB Tuner gibt's mittlerweile einen Windows Treiber.
  5. S

    Sundtek SkyTV DVB-S/S2 Support

    I have changed the driver and implemented NBC_QPSK / NBC_8PSK to switch to DVB-S2 I guess mediaportal still has to be changed to use that for our devices? Our USB Vendor ID is 0x2659; The Serialnumbers for the Tuner usually start with U... for USB, or M... for MiniPCIe In our testapp we...
  6. S

    Sundtek SkyTV DVB-S/S2 Support

    if I change IDVBSLocator to IDVBSLocator2 and set Pilot/Rolloff it is set correctly (that's what I see in our driver) ok thanks for that hint, I will add NBC_QPSK and NBC_8PSK for S2, we only use BDA_MOD_8PSK for S2 right now. Is NBC_XXX correctly defined in the DVB-S transponder lists? That...
  7. S

    Sundtek SkyTV DVB-S/S2 Support

    thanks for your feedback, by the way I'm also online in IRC/Freenode #mediaportal (in case you're using IRC) then just make it depending on Win7+ the problem is IDVBSLocator is just setting the Rolloff factor and Pilot to -1 since we support this interface it just messes up the functionality...
  8. S

    Sundtek SkyTV DVB-S/S2 Support

    You're right I was wrong with the first assumption. I figured out what has to be changed in the meanwhile: Can you update TvCardDVBS.cs and use IDVBSLocator2? IDVBSLocator2 dvbsLocator = (IDVBSLocator2)locator; IDVBTuneRequest tuneRequest = (IDVBTuneRequest)_tuneRequest...
  9. S

    Sundtek SkyTV DVB-S/S2 Support

    Hi, I just had a look at why MediaPortal doesn't allow to tune to DVB-S2 transponders, it seems like Rolloff / Pilot are never set (the driver always receives -1) DVBViewer works without any problem (and the driver also sees the Rolloff / Pilot values) In...
Top Bottom