dvb world dvb-s2

Status
Please reply by conversation.
I have been following this thread and it seems like the unit works and I would like to buy one but I have not been able to find a re-seller. Can someone point out where I could buy of these units?

Thanks!

I bought mine from a Canadian guy on Ebay, I don't see him there any more. I haven't seen them advertised anywhere else, anyone seen them for sale at a dealer site?
 
I have been following this thread and it seems like the unit works and I would like to buy one but I have not been able to find a re-seller. Can someone point out where I could buy of these units?

Thanks!

They don't sale direct, Drop an email to sales@tweaksystems.com & they will follow, they are the reseller for NA, same guys salling on ebay too... search for ebay id: techramp
You might get better offer contacting them direct.
 
:up

thanks your infor , now we update our software in our website :
index

pls download it , then install and test it , we add some new functions and solve some bugs:
1.Add a function to select decoders.
14cclkl.jpg
1444406.jpg

2.Fixed the bugs that fail to scan high symbol rate(30Msps) DVB-S2 channels.
3.A warning about "wincore.cpp".
Program is working great now.Is there anyway you can make dvbworld record files larger than 4 gigabytes .If you record a one hour program it makes 4 15 minute files.It would work better is the file size for one recording would only be one file instead of 3 or 4 files.
 
DVBWorld New HD USB solution (CA+CI)

DVBWorld Company will be about to release new USB solutin!!

DVBWorld HD CA+ CI USB box
Key Features
? Support DVB-S Protocol (EN 300 744)&DVB-S2 Protocol (EN 302 307)
? Support DVB-Data Protocol (EN 301 192)
? Universal Serial Bus 2.0 Standard
? Digital Satellite TV and Radio Program Receiving
? HDTV (MPEG2&MPEG4/H.264)playing
? Real Time Digital Video Recording (DVR) and Scheduling Recording
? Time-Shifting
? Electronic Program Guide (EPG)
? Still Frame Capture
? Multi Free Channel Preview
? Subtitle
? Satellite / Transponder Auto Scan
? IP PID scanning, IP data broadcasting in LAN
? MPEG2 Video broadcasting in LAN, Generate IP data broadcasting task automatically
? IP MPEG4 media playing, IP MPEG4 media recording
? Internet via Satellite
DVB data service
High download speed via satellite bandwidth
? Favorite List
? Full Screen Display
? Multi language Switch
? MPEG-II Software Decoding
? Software Upgradeable
? DiSEqC 1.2 / USALS Support
? IR Remote Controller Available
? Perpare CA & CI Modul Upgrade interface


System Requirements
? Microsoft Windows 2000/XP/Vista
? Desktop or Notebook
? P3 500MHz CPU or above for SDTV
? P4 2.0GHz CPU or above for HDTV
? 128M RAM for SDTV / 256M RAM for HDTV
? VGA Card with at the least 16MB Memory
? One Free USB 2.0 Port
? Microsoft Direct X 8.1 or above
? Digital Satellite Dish & LNB


Tuner
? Input Terminal: F-type 75 Ohm
? Receiving Frequency: 950~2150 MHz Tuning Range
? Input Level: -75~-10dBm
? Carrier Capture Range : ±5MHz
? Ambient Temperature: 0°C to +70 °C
? Support MCPC and SCPC

Demodulator & FEC
DVB-S
? Symbol Rate: 2~45Msps
? QPSK filter: Root-raised cosine filter with roll-off 0.35
? Punctured codes: 1/2,2/3,3/4,5/6,7/8 and Auto
DVB-S2
Symbol Rate:2~30 Msps
FEC QPSK:1/2, 3/5, 2/3, 3/4, 4/5, 5/6, 8/9, 9/10
8PSK:3/5, 2/3, 3/4, 5/6, 8/9, 9/10
LNB & Switch control
? LNB Supply Voltage: 13V/18V with Short Circuit Protection
? DiSEqC: 1.2
? Support Data Burst & Tone Burst
? Antenna and LNB Control: 22KHz Tone
? Max. LNB Supply Current: 450mA
USB Interface
? Universal Serial Bus 2.0 Standard
? B Type USB Female Connector

De-Multiplexing
? No. Section Filtering: 32PIDs
? Engine: Software
? Stream Capture: PES &TS


A/V Format
? Video Format: MPEG-II Main Profile& Main Level
? Audio Format: MPEG-II Audio Layer I & II


Power Adaptor
? AC Input: 100 – 240 V ~ 50/60 Hz
? DC Output: +9V 2.0A


Options
? IR Remote Controller

zloo1.jpg

If User purchased a CA reader , the CA reader is magical CA reader ,it can read original smart card, like Irdeto ,Viaccess, Conax ,Nagravison,Seca…

If User purchased a CI modul ,the CI modul can support the list CAMS:


Compatible CAMs (Conditional Access Module)
Compatible CAM Version
AlphaCrypt 1.0
Aston I 1.05
Astoncrypt 1.03
BataCrypt 1.0
Conax 4.0/4.00e
Cryptoworks 1.0/12011
Irdeto 1.06/2.09
Nagravision All
Pentacrypt 1.05
SECA I & II 1.05
Viaccess 1.0 V481/ V483
Zeta Cam N/A
 
looks good, is the symbol rate caped at 30Ms/s ? or can it lock higher ?

any news on if rod will support the new dvb-world dvb-s2 products in tsreader ?

on another note has anyone had a chance to compare the dvb-world dvb-s2 usb tuner to the technotrend model ? Im told the technotrend model is quite deff compared to other tuners like the cs8000.
 
How about supplying a SDK for Rod to have TSReader support it?

DVBWorld Devices:
We have 3 ways to support 3rd software:
1.Hardware BDA device driver.Install this driver for the hardware device.(index)
2.A BDA Tuner plug that registered after installed DVB World pack,ProgDVB will get it in the device list.BDA Tuner plug lock channels by DWUSBAPI.dll.So pls install latest DVB World software pack.
3.*.device file,defined by ProgDVB.
Our DVBS2 device uses conexant demo that need FEC parameter to lock S2 channels.But I did not find any FEC setting in ProgDVB.
1.For hardware BDA device driver and BDA Tuner plug device:
Pls refer to the attached "Readme.txt" for BDA drivers support.
Anyway,for S1 and S2,every time before call IBDA_DeviceControl::CommitChanges to lock channel,pls set FEC by put_InnerFECRate first.
2.For *.device file:
Refer to the struct below that defined by ProgDVB,we confirm FEC code by m_FEC and m_IsDVB_S2.
Pls use attached file "dvbworld_s.device" for test.
m_FEC:12 or 1 ---->1/2FEC
m_FEC:23 or 2 ---->2/3FEC
m_FEC:34 or 3 ---->3/4FEC
m_FEC:35 or 4 ---->3/5FEC
m_FEC:45 or 5 ---->4/5FEC
m_FEC:56 or 6 ---->5/6FEC
m_FEC:78 or 8 ---->7/8FEC
m_FEC:89 or 0 ---->8/9FEC
m_FEC:910 or 9 ---->9/10FEC,(note:910 is error here pls do not use it.m_FEC is a char)
m_FEC: others,when m_IsDVB_S2 == 1,try NBC8PSK9/10(S2) and NBCQPSK9/10(S2);when m_IsDVB_S2 == 0,try QPSK3/4(S1)
m_IsDVB_S2:1,try NBC8PSK(S2)FEC and NBCQPSK(S2)FEC
m_IsDVB_S2:0,try QPSK(S1)FEC.
struct TChannelParametrs{
struct TLNB{
enum LNB_TYPE{
LT_LINE_KU =0,
LT_CIRCULAR =1,
LT_LINE_C =2
} m_Type;
DWORD m_LOF1,m_LOF2,m_Switch;
bool m_Power;
byte m_DiseqPort;
byte m_DiseqType;
};
DWORD m_dwStructSize;
DWORD m_Type; // CHT_TV=0,CHT_RADIO=1,CHT_OTHER=2
char m_ServiceLabel[32];
char m_ProviderLabel[32];
char m_Caption[128];
DWORD m_VideoPID;
DWORD m_AudioPID;
bool m_bIsAC3;
DWORD m_TeletextPID;
DWORD m_AC3_PID;
DWORD m_PCR_PID;
byte m_ServiceType; // see document EN 300 468 service descriptor
byte m_ServiceStatus; // EIT_schedule_flag (1Bit) + EIT_present_following_flag (1Bit)
// + Running status (3Bit) + free_CA_mode (1Bit)
DWORD m_PMT_PID;
DWORD m_ECM_PID;
DWORD m_Freq;
DWORD m_SybleRate;
BOOL m_bIsVert;
DWORD m_Qam;
TLNB m_LNB;
int m_SatPosition;
DWORD m_NIT;
DWORD m_TID;
DWORD m_SID;

DWORD m_ChannelNumber;

DWORD m_ChangeChannelCount;
char m_SubtitleLng[4];
byte m_SubtitlePage;
byte m_SubtitleMagazine;
byte m_SubtitleType; // -1 if not pressent
DWORD m_SubtitlePID;
byte m_DeviceType;
int m_DeviceSubID;
unsigned __int64 m_DeviceDllID;
bool m_IsDVB_S2;
char m_FEC;
unsigned char m_MulticastGroup[4];
unsigned __int16 m_Port;
};
 
Last edited:
I too would like to see Tsreader support for this device. The included software is usable but for me is still somewhat buggy. Also Tsreader is much more than just a TV viewing application and can provide valuable information about a mux. Therefore, I'd say adding support for it would be #1 on my feature request list. Right now there aren't many dvb-s2 devices supported by Tsreader. There are the technotrends devices but the tuner in the DVBworld box is much better at locking marginal 8psk signals than the technotrends products and the Technotrends usb device has a serious bug that inhibits it's usability on many feeds. Therefore getting Tsreader support for this device could make it very popular among Tsreader users and feedhunters like myself.

A couple of features I'd like to request in the included software would be a way to record in "silent mode". By that I mean the ability to record a channel without the application attempting to render or display the video and audio. This would greatly reduces the resources needed to simply record content to almost nothing since there would be no rendering going on. It would also decrease the likelyhood of a crash in the video decoder from interfering with a scheduled recording. Today, I missed a recording I had scheduled and I believe it was due to something along these lines. I scheduled my PC to power on at a specified time and had a recording scheduled in the DVBworld software. Anyway, the PC powered on and the DVBworld software launched and was still running when I arrived home but apparently somehow the video decoder had hung and the software therefore missed the recording. A silent recording option would virtually eliminate the chances of this happening since most of the crashes I've had with the software seem to have been with the video decoder and the codecs I have installed in my system.

Another feature I'd like to see is the ability to record to a single contiguous file greater than 4Gb. While splitting the files in 4Gb chunks can be handy if one wants to backup those files to dvd+-r , sometimes some of like to record to just one big file. Therefore, I think we should have the option to choose either in the softwares configuration menu.
 
You guys who would like Tsreader support, e-mail Rod with your requests, I did a month or two ago when I first got the 2104 usb device, sent him a link to the driver sdk, he replied he was working on the Technotrend drivers and once he had that done he would have a better insight on how to implement the Dvbworld. You know how it is, the more people who are interested in support the more he will be inclined to nudge the dvbworld device support up his priority list.
 
"I too would like to see Tsreader support for this device. "
Wholeheartedly agree. I don't see myself buying another DVB PCI device that is NOT Tsreader supported. My primary use for DVB PCI is to augment my set top boxes, and grab feeds and other transmissions that the stb's can't get. Tsreader is great for that purpose, and for analysis of the transmission itself.
:)
 
"I too would like to see Tsreader support for this device. "
Wholeheartedly agree. I don't see myself buying another DVB PCI device that is NOT Tsreader supported. My primary use for DVB PCI is to augment my set top boxes, and grab feeds and other transmissions that the stb's can't get. Tsreader is great for that purpose, and for analysis of the transmission itself.
:)
exactly. I often view feeds and channels with my genpix and stream them to my dreambox so I can watch them in the living room.
 
That pic has two coax ins on the box... Are they finally going to eventually put atsc on one of those? That'd be awesome to have one box to unite them... one box to control them all... my preciouszzzzz
 
Got a reply from Rod(TSReader author), definitely implementing BDA driver support, so this card will be a future supported card.
 
hot DVBWorld HD 2104 CA BOX

:upDVBWorld HD 2104 MultiCAS CA cardreader solution:
If User purchased a CA reader , the CA Cardreader is magical CA reader ,it can read original smart card, like Irdeto ,Viaccess, Conax ,Nagravison,Seca…

4lm58o.jpg
 
The card reader is not very useful for North America, none of the providers will authorise any receiver other than their own. I believe this is different in other parts of the world and would be a nice feature there.
 
Status
Please reply by conversation.

Captive Works

spa

Users Who Are Viewing This Thread (Total: 0, Members: 0, Guests: 0)

Who Read This Thread (Total Members: 1)