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 … 166 167 168 169 170 … 1231 Next »
Howto set DVB-S2 information in .INI?

 
  • 0 Vote(s) - 0 Average
Howto set DVB-S2 information in .INI?
nwagenaar
Offline

Junior Member

Posts: 34
Threads: 7
Joined: Feb 2008
#1
2008-08-26, 07:32 PM
I would like to watch some DVB-S2 channels on the sats I can receive (Astra 19.2e, Hotbird 13.0e, Astra 23.5e and Astra 28.2e) and in the past I read something about that the data for DVB-S2 transponders isn't 'complete'.

For instance, my provider sends out several DVB-S2 channels on Astra 23.5e (1D/3A) and I defined it as followed (I changed a current value):

22=11720,H,27500,910,S2

During scan it (obviously) failes to scan this transponder. According to kingofsat it has the following information:

Astra 1E (23.5E) - 11778.00 V - Txp: 68 - Beam: Astra 1E DVB-S2 (QPSK) - 27500 9/10 - NID:3 - TID:3204

So, the information I possibly need, is how to setup the information in the .INI's for DVB-S2 transponders. Because several use QPSK or 8PSK.

Could anybody provide me this information?
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,810
Threads: 769
Joined: Nov 2003
#2
2008-08-26, 07:53 PM
Unfortunately there is no easy answer to this. The reality is that even though the in theory supports DVB-S2 (for Hauppauge or FireDTV devices), I dont know if anyone has ever tested it. We dont have any DVB-S2 available here.

In "22=11720,H,27500,910,S2", the "S2" part needs to be replaced with a number constructed from the following bit mask:

Code:
Bit 0-1 : Modulation (0 = Auto, 1 = QPSK, 2 = 8PSK, 3 = 16QAM)
Bit 2   : Modulation System (0 = DVB-S, 1 = DVB-S2)
Bit 3-4 : Roll-Off (0 = 0.35, 1 = 0.25, 2 = 0.20, 3 = reserved)
Bit 5-6 : Spectral Inversion (0 = undefined, 1 = auto, 2 = normal, 3 = inverted)
Bit 7   : Pilot Symbols (0 = off, 1 = on).
nwagenaar
Offline

Junior Member

Posts: 34
Threads: 7
Joined: Feb 2008
#3
2008-08-26, 08:08 PM
So, in short. We're talking a 8-bit values in the following way:

Code:
Bit 0-1 : Auto = 00 / QPSK = 01 / 8PSK = 10 / 16QAM = 11
Bit 2    : DVB-S = 0 / DVB-S2 = 1
Bit 3-4 : 0.35 = 00 / 0.25 = 01 / 0.20 = 10 / reserver = 11
Bit 5-6 : Undefined = 00 / auto = 01 / normal = 10 / inverted = 11
Bit 7    : Pilot off = 0 / Pilot On = 1

The line with values 11778.00, V, DVB-S2, QPSK, 27500 and 9/10 will become:

22=11778,V,27500,910,01100011

01 = QPSK
1 = DVB-S2
00 = 0.35
01 = auto
1 = Pilot off

Does this seem right?
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,810
Threads: 769
Joined: Nov 2003
#4
2008-08-26, 08:17 PM
The bits go the other way (most significant bit first), so "1" "01" "00" "1" "01", or 10100101, which is binary and needs to be converted to decimal, so 10100101=165.

22=11778,V,27500,910,165
nwagenaar
Offline

Junior Member

Posts: 34
Threads: 7
Joined: Feb 2008
#5
2008-08-26, 10:01 PM
I think that something is very flaky with the support for my Hauppauge WinTV-NOVA-HD-S2 (Detected as HVR-4000). I've tried GBPVR (latest version) with the drivers van WinTV CD 4.6b (April 2008) as well as the old drivers from January 2007 and get the following output:

Code:
2008-08-26 22:20:22.146    VERBOSE    BDARecorder::ScanTransponder(T:11778,v,27500,910,165)
2008-08-26 22:20:22.146    VERBOSE    SubmitTuningRequest(T:11778,v,27500,910,165)
2008-08-26 22:20:22.146    VERBOSE    getSetting(BDASubmitTuningRequestAlways)
2008-08-26 22:20:22.146    VERBOSE    BDASubmitTuningRequestAlways is true. Forcing...
2008-08-26 22:20:22.147    VERBOSE    DVB-S2    modulation:0x01    system:0x01    roll-off:0x00    spectral-inversion:0x01    pilot:0x01
2008-08-26 22:20:22.147    VERBOSE    Submitting new Tuning Request
2008-08-26 22:20:22.147    VERBOSE    BDA_MOD_NBC_QPSK modulation (for Hauppauge DVB-S2)
2008-08-26 22:20:27.864    VERBOSE    New tuning request submitted...
2008-08-26 22:20:27.867    VERBOSE    Failed to set modulation type to 31
2008-08-26 22:20:27.867    VERBOSE    Doing Hauppauge DVB-S2 tuning
2008-08-26 22:20:27.867    VERBOSE    SendPilotRollOff_Hauppauge
2008-08-26 22:20:27.869    VERBOSE    About to set pilot=on
2008-08-26 22:20:27.869    VERBOSE    Failed to set pilot
2008-08-26 22:20:27.869    VERBOSE    About to set rolloff 0.35
2008-08-26 22:20:27.870    VERBOSE    Failed to set rolloff
2008-08-26 22:20:27.870    VERBOSE    SendPilotRollOff_Hauppauge completed
2008-08-26 22:20:27.870    VERBOSE    SendDiSEqCCommand_Hauppauge
2008-08-26 22:20:28.121    VERBOSE    Sending diseqc command: E0 10 38 FB
2008-08-26 22:20:28.127    VERBOSE    Hauppauge_SendDiSEqCCommand completed
2008-08-26 22:20:28.127    VERBOSE    ServiceID: -1,    PMT PID: -1,    VPID: -1,     APID: -1
2008-08-26 22:20:28.127    VERBOSE    SubmitTuningRequest() complete
2008-08-26 22:20:28.127    VERBOSE    ScanTransponder@2
2008-08-26 22:20:28.230    VERBOSE    ScanTransponder@2
2008-08-26 22:20:28.235    VERBOSE    locked=0    present=0     strength=9750     quality=0
2008-08-26 22:20:28.235    VERBOSE    ScanTransponder@4
2008-08-26 22:20:28.235    VERBOSE    ScanTransponder@5
2008-08-26 22:20:28.235    VERBOSE    ScanTransponder@6
2008-08-26 22:20:28.235    VERBOSE    locked=0    present=0     strength=9750     quality=0
2008-08-26 22:20:28.235    VERBOSE    SIGNAL???
2008-08-26 22:20:28.235    VERBOSE    ScanTransponder finished
2008-08-26 22:20:28.736    VERBOSE    BDARecorder::ScanTransponder(T:11778,v,27500,910,165)
2008-08-26 22:20:28.736    VERBOSE    SubmitTuningRequest(T:11778,v,27500,910,165)
2008-08-26 22:20:28.736    VERBOSE    getSetting(BDASubmitTuningRequestAlways)
2008-08-26 22:20:28.736    VERBOSE    BDASubmitTuningRequestAlways is true. Forcing...
2008-08-26 22:20:28.736    VERBOSE    DVB-S2    modulation:0x01    system:0x01    roll-off:0x00    spectral-inversion:0x01    pilot:0x01
2008-08-26 22:20:28.736    VERBOSE    Submitting new Tuning Request
2008-08-26 22:20:28.736    VERBOSE    BDA_MOD_NBC_QPSK modulation (for Hauppauge DVB-S2)
2008-08-26 22:20:36.366    VERBOSE    New tuning request submitted...
2008-08-26 22:20:36.368    VERBOSE    Failed to set modulation type to 31
2008-08-26 22:20:36.368    VERBOSE    Doing Hauppauge DVB-S2 tuning
2008-08-26 22:20:36.368    VERBOSE    SendPilotRollOff_Hauppauge
2008-08-26 22:20:36.370    VERBOSE    About to set pilot=on
2008-08-26 22:20:36.370    VERBOSE    Failed to set pilot
2008-08-26 22:20:36.370    VERBOSE    About to set rolloff 0.35
2008-08-26 22:20:36.370    VERBOSE    Failed to set rolloff
2008-08-26 22:20:36.370    VERBOSE    SendPilotRollOff_Hauppauge completed
2008-08-26 22:20:36.370    VERBOSE    SendDiSEqCCommand_Hauppauge
2008-08-26 22:20:36.622    VERBOSE    Sending diseqc command: E0 10 38 FB
2008-08-26 22:20:36.628    VERBOSE    Hauppauge_SendDiSEqCCommand completed
2008-08-26 22:20:36.628    VERBOSE    ServiceID: -1,    PMT PID: -1,    VPID: -1,     APID: -1
2008-08-26 22:20:36.628    VERBOSE    SubmitTuningRequest() complete
2008-08-26 22:20:36.628    VERBOSE    ScanTransponder@2
2008-08-26 22:20:36.731    VERBOSE    ScanTransponder@2
2008-08-26 22:20:36.736    VERBOSE    locked=0    present=0     strength=9750     quality=0
2008-08-26 22:20:36.736    VERBOSE    ScanTransponder@4
2008-08-26 22:20:36.736    VERBOSE    ScanTransponder@5
2008-08-26 22:20:36.736    VERBOSE    ScanTransponder@6
2008-08-26 22:20:36.736    VERBOSE    locked=0    present=0     strength=9750     quality=0
2008-08-26 22:20:36.736    VERBOSE    SIGNAL???
2008-08-26 22:20:36.736    VERBOSE    ScanTransponder finished
2008-08-26 22:20:40.789    VERBOSE    BDARecorder::StopRecording()
2008-08-26 22:20:40.789    VERBOSE    StopRecording()@1
2008-08-26 22:20:40.887    VERBOSE    StopRecording()@2
2008-08-26 22:20:40.887    VERBOSE    StopRecording()@3
2008-08-26 22:20:40.887    VERBOSE    StopRecording()@4
2008-08-26 22:20:40.887    VERBOSE    StopRecording()@5
2008-08-26 22:20:40.887    VERBOSE    StopRecording()@6
2008-08-26 22:20:40.887    VERBOSE    StopRecording()@7
2008-08-26 22:20:40.887    VERBOSE    StopRecording()@8
2008-08-26 22:20:41.212    VERBOSE    BDARecorder::StopRecording() finished

It seems it ignores settings thrown to the driver.
nwagenaar
Offline

Junior Member

Posts: 34
Threads: 7
Joined: Feb 2008
#6
2008-08-28, 06:44 PM
* small bump *

Anybody have a sollution? Or does anybody know which DVB-S2 card will work with HDTV channels?

Sub, if you need more information. I'm glad to give it to you Smile
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,810
Threads: 769
Joined: Nov 2003
#7
2008-08-28, 11:33 PM
nwagenaar, are you on Vista or XP?
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,810
Threads: 769
Joined: Nov 2003
#8
2008-08-28, 11:44 PM
I have talked to Hauppauge about this problem this morning, but I didnt receive any solid comments about what I should do to resolve it.
nwagenaar
Offline

Junior Member

Posts: 34
Threads: 7
Joined: Feb 2008
#9
2008-08-29, 05:42 PM
Hi Sub,

For your information. I do run Vista (32-bits). I do hope the people from Hauppauge may be able to tell you something Smile
nwagenaar
Offline

Junior Member

Posts: 34
Threads: 7
Joined: Feb 2008
#10
2008-12-28, 12:40 PM
Sorry to bump this old thread. But currently I'm in process of reinstalling my system because of new hardware (motherboard/cpu). But I still have the my trusty Hauppauge NOVA-HD-S2.

Currently my configuration runs a Linux configuration with VDR and XBMC. But hardware decoding of H264 transports is unstable and software decoding results in stuttering. So I'm looking into a Windows Vista installation again and I want to try the new GB-PVR version. But this will only happen if the DVB-S2 scanning will work with my DVB-S2 card.

Sub, did you hear anything from Hauppauge? And have others got the viewing and scanning of DVB-S2 transponders working?
« 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
  Limited information in Freeview NZ EPG Trevor_de_S 6 2,944 2010-08-16, 10:52 PM
Last Post: Trevor_de_S
  Uk Mendip Digital Switch Over Information Lao Pan 22 7,442 2010-04-19, 03:43 PM
Last Post: SimonTom
  Migrate to networked storage from local + replace VideoArchive -input on howto needed nia 4 2,318 2010-01-04, 03:43 AM
Last Post: pBS
  put season/episode information in filename dbldown768 14 4,061 2009-03-20, 11:01 PM
Last Post: dbldown768
  No system information richardcoop2 6 2,165 2009-03-14, 01:52 PM
Last Post: richardcoop2
  Recording information corrupt agerdin 4 1,628 2009-02-04, 03:56 PM
Last Post: agerdin
  Looking for ts information mattman1968 0 968 2009-01-22, 03:54 AM
Last Post: mattman1968
  I've searched the wiki and can't find much information on my channel setup problem. aprilfool 3 1,770 2009-01-08, 10:37 PM
Last Post: aprilfool
  Questin About Information WIndow When Config Exits LewE 3 1,653 2008-09-26, 05:09 PM
Last Post: sub
  CONFIG Can't Find Skin Information LewE 3 1,524 2008-09-25, 07:59 PM
Last Post: sub

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

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

Linear Mode
Threaded Mode