NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Add-ons (3rd party plugins, utilities and skins) Old Stuff (Legacy) GB-PVR Support (legacy) v
« Previous 1 … 527 528 529 530 531 … 1231 Next »
DVB and DiSeqC / 22 Khz Switching.. possible?

 
  • 0 Vote(s) - 0 Average
DVB and DiSeqC / 22 Khz Switching.. possible?
sgilani
Offline

Senior Member

Posts: 730
Threads: 72
Joined: Jan 2006
#1
2007-05-05, 11:45 AM
Hi,

I've long used an STB to pick up DVB and am now looking to get a DVB-S PCI card, but I have a concern.. I've searched long and hard and haven't gotten an answer, but I'm hoping some folks here can help me on this..

My dish setup is such that I have a mix of DiSeqC and 22khz switching that works perfectly fine on DVB set-top boxes. From what I see in GBPVR, the switching options aren't so robust. Is it possible for me to somehow specify my switching settings? It would basically be something like this:

LNB 1: 22khz off, DiSeqc #1
LNB 2: 22khz off, DiSeqc #2
LNB 3: 22khz on, DiSeqc #1
.. etc, just an example.. I've read about using Multidec plugins and the TSReader program and exporting transponder files from there, but I just don't know how I would do this..

Can someone please help me out and let me know how I can set my switch settings for use with GBPVR? Thanks!
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,807
Threads: 769
Joined: Nov 2003
#2
2007-05-05, 04:01 PM
Support for diseqc switches isnt covered in the BDA spec, so I have to do a individually implement support for it for each manufacturer. To date GB-PVR has only supported 4-way diseqc switches on Twinhan, Hauppauge and FireDTV devices. A couple of weeks ago I added support for the old 22khz switches on Twinhan devices. I dont know what device you're using...hopefully a Twinhan?
sgilani
Offline

Senior Member

Posts: 730
Threads: 72
Joined: Jan 2006
#3
2007-05-05, 05:04 PM
Yep, I'm just about to pick up a Twinhan but wanted to check here before buying it Smile Sounds great sub! So I can set both DiSeqC and 22khz settings, and would just make a separate capture source for each LNB and its setting, right?

any particular twinhan model I should get? I was looking at a 1020a.. would that work ok?
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,807
Threads: 769
Joined: Nov 2003
#4
2007-05-05, 05:05 PM
Correct.
sgilani
Offline

Senior Member

Posts: 730
Threads: 72
Joined: Jan 2006
#5
2007-05-11, 08:26 PM
sub, did you mean to say that 22Khz switch support is coming in the next release? I can't find an option for it in .99.12
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,807
Threads: 769
Joined: Nov 2003
#6
2007-05-12, 07:15 AM
Quote:did you mean to say that 22Khz switch support is coming in the next release?
Correct - thats what I said.

Stuff I've implemented post v0.99.12 wont be available until the next release.
dvdfreak
Offline

Junior Member

Posts: 3
Threads: 0
Joined: May 2007
#7
2007-05-15, 01:31 PM
sub Wrote:Support for diseqc switches isnt covered in the BDA spec, so I have to do a individually implement support for it for each manufacturer. To date GB-PVR has only supported 4-way diseqc switches on Twinhan, Hauppauge and FireDTV devices. A couple of weeks ago I added support for the old 22khz switches on Twinhan devices. I dont know what device you're using...hopefully a Twinhan?

Hi Sub,

Could you add support for Technotrend cards with the following information?

In the "ttBdaDrvApi_Dll.dll" there is a method bdaapiSetDiSEqCMsg() with the following signature:

bdaapiSetDiSEqCMsg(HANDLE handle, BYTE *commandBuffer, BYTE numBytes, BYTE repeat, BYTE toneburst, Polarisation polarity);

The buffer argument is a pointer to a 4-byte array containing the actual diseqc command:

0xE0 0x10 0x38 commandByte

The commandByte is formed as follows:

bit 0: 1 for hi-band, 0 for lo-band
bit 1: 1 for horizontal, 0 for vertical
bits 2-3: nr of the LNB (0 to 3)

So, for example: 00001001 = 0x09 = 2nd LNB, vertical pol., hi-band

numBytes should be set to 4 and repeat to 1. The handle is opened by bdaapiOpenHWIdx().

Does this help? Or do you need more detailed information?

I have a TT3200-S2 card and was hoping to try GBPVR with it, but I have 3 LNB's so the diseqc switching would be a must for me.

Thanks!
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,807
Threads: 769
Joined: Nov 2003
#8
2007-05-15, 06:07 PM
Do you know what the values are for the toneburst and polarity arguments to this function?
dvdfreak
Offline

Junior Member

Posts: 3
Threads: 0
Joined: May 2007
#9
2007-05-16, 11:58 AM
sub Wrote:Do you know what the values are for the toneburst and polarity arguments to this function?

Polarity is the numeric value of the enumeration defined in Microsoft's bdatypes.h:

ENUM Polarisation {
BDA_POLARISATION_NOT_SET = -1,
BDA_POLARISATION_NOT_DEFINED = 0,
BDA_POLARISATION_LINEAR_H = 1, // Linear horizontal polarisation
BDA_POLARISATION_LINEAR_V, // Linear vertical polarisation
BDA_POLARISATION_CIRCULAR_L, // Circular left polarisation
BDA_POLARISATION_CIRCULAR_R, // Circular right polarisation
BDA_POLARISATION_MAX,
} Polarisation;

Toneburst I can't say.
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,807
Threads: 769
Joined: Nov 2003
#10
2007-05-16, 05:05 PM
Cheers - I spotted that one, but wasnt absolutely sure whether it was these same constants, or some historic definition used since their old WDM days (which pre-dated these Microsoft BDA definitions).
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (2): 1 2 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  Recordings missing after switching hard drive tegat 8 5,154 2011-12-21, 03:00 AM
Last Post: tegat
  Channel switching NogNeetMachinaal 10 3,715 2010-05-16, 10:46 AM
Last Post: NogNeetMachinaal
  switching between tuners? Spark 14 4,370 2010-02-20, 02:14 AM
Last Post: sub
  Switching between channels cuts recording and does not use the two tunners. acetone 13 3,875 2010-02-13, 09:02 AM
Last Post: Etacovda
  HVR-900 problem: Keeps switching to "DVB-S" device in config NumberFive 16 4,693 2009-11-22, 02:47 PM
Last Post: NumberFive
  Trouble switching to encrypted channels NJoy 7 3,164 2009-11-10, 12:22 AM
Last Post: NJoy
  FireDTV Diseqc Problem yeoda 6 2,343 2009-10-28, 03:02 PM
Last Post: yeoda
  Switching Channels and STB Snooze 6 1,792 2009-09-19, 12:48 AM
Last Post: Snooze
  950q problem switching from analog to digital drmuffin 1 1,337 2009-07-18, 10:24 AM
Last Post: johnsonx42
  Switching Analong Comcast to Digital HD Direct TV mhobbs 3 2,462 2009-07-08, 02:34 AM
Last Post: mhobbs

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode