Search found 8 matches

Return to advanced search

Re: C++ struct definition for KSPROPERTY_BDA_SIGNAL_STATUS

crazycat Wrote:typedef struct _SIGNALEX_INFO
{
INT RFLevel; // dBm
ULONG SNR10; // SNR_dB * 10
ULONG BER10e7; // BER * 10e7
BYTE reserved[60];
} SIGNALEX_INFO;


Thanks a lot!

P.S. Премного благодарен!
by slavarec
Thu Jul 14, 2022 1:16 am
 
Forum: Professional PCIe DVB-S2 Dual Tuner Card TBS6983
Topic: C++ struct definition for KSPROPERTY_BDA_SIGNAL_STATUS
Replies: 2
Views: 2175

C++ struct definition for KSPROPERTY_BDA_SIGNAL_STATUS

Hello!
Can you public struct definitions for properties KSPROPERTY_BDA_SIGNAL_STATUS and KSPROPERTY_BDA_DemodSTATUS like you did for KSPROPERTY_BDA_GET_MEDIAINFO in SDK? Thanks!
by slavarec
Wed Jul 13, 2022 7:41 pm
 
Forum: Professional PCIe DVB-S2 Dual Tuner Card TBS6983
Topic: C++ struct definition for KSPROPERTY_BDA_SIGNAL_STATUS
Replies: 2
Views: 2175

TBS 5927 problems

You stated that the device can write GS streams. This is not true!
I'm trying to write any GS stream through your TBS-TSRecorder, but on the way out I get an incorrect stream in which the byte 0x47 is always inserted.
Evidence:
Screenshot.png
TS Recorder Screenshot
by slavarec
Wed May 24, 2017 4:19 pm
 
Forum: Windows
Topic: TBS 5927 problems
Replies: 5
Views: 5129

Problem with setting PLP

Hi! I have problem with setting PLP by BDA! Drivers version - 1.0.0.7. Code worked fine about a year ago - I could tune in to any of the available PLP in DVB-T2 signal! But maybe driver version was another! How to get previuos versions of drivers? Here is some code that i use: // TBS tuner extension...
by slavarec
Thu Oct 06, 2016 7:20 pm
 
Forum: Windows
Topic: Problem with setting PLP
Replies: 1
Views: 2404

Re: Both tuners (A and B) in TbsCIapi.dll

TbsCIapi0.dll, TbsCIapi1.dll... TbsCIapiN.dll for different tuners solve the problem!
Thanks, Steven!
by slavarec
Thu Aug 25, 2016 2:03 am
 
Forum: Windows
Topic: Both tuners (A and B) in TbsCIapi.dll
Replies: 1
Views: 3147

Both tuners (A and B) in TbsCIapi.dll

Hi!
Does TbsCIapi.dll (StartCI) supports only one tuner (A or B) at the same time??? Because, when I call StartCI (after filter graph is started) to both of them (A and B) samples from tuners are not dumping! Or I do something wrong?
Please, help!
by slavarec
Wed Aug 24, 2016 3:54 am
 
Forum: Windows
Topic: Both tuners (A and B) in TbsCIapi.dll
Replies: 1
Views: 3147

Re: Work with TbsCIapi.dll

Ok, i've got it! Problem was in PMT, I had to use API Monitor to view the transmitted data to sendPMT-method in DVBDream.
by slavarec
Wed Aug 10, 2016 3:04 pm
 
Forum: Windows
Topic: Work with TbsCIapi.dll
Replies: 1
Views: 2504

Work with TbsCIapi.dll

Hi everybody! Trying to use raw BDA-methods (Win 7 Pro x64, Qt/C++) to work with tuners TBS 6991 on KazSat 3 58.5°East! Setting (run graph, tune request) is successful, the signal quality is 100%, but I see only free (not encrypted) programs! Directshow-graph is in attach. Console log after calling...
by slavarec
Tue Aug 09, 2016 2:40 pm
 
Forum: Windows
Topic: Work with TbsCIapi.dll
Replies: 1
Views: 2504

Return to advanced search

cron