manuals.online logo
Brands
  1. Home
  2. •
  3. Brands
  4. •
  5. tbs electronics
  6. •
  7. TV Tuner
  8. •
  9. tbs electronics TBS5930 User manual

tbs electronics TBS5930 User manual

www.tbsiptv.com
1/ 19
TBS5930 DVB-S2X/S2 TV Tuner USB Card User Manual
TBS5930 DVB-S2X/S2 TV Tuner USB card is an USB interface digital satellite external TV Tuner box for watching
and recording Free to Air satellite TV on both desktop and laptop PC. It supports both DVB-S2 and DVB-S
programs receiving. It's ready with Windows BDA driver and Linux driver. It's compatible with Windows7
Media Center, MediaPortal, DVBlink, DVBDream, DVBViewer, ProgDVB, Skynet, TSreader, XBMC, MythTV, VDR
and many other popular DVB softwares.
Appearance:
www.tbsiptv.com
2/ 19
Specification:
https://www.tbsdtv.com/products/tbs5930-dvb-s2x-or-s2-tv-tuner-usb-card.html
Steps to setup TBS5930
1. Hardware install
2. Driver install: Windows Driver, Linux driver
3. DVB software
4. Tune channel
5. Watch Tv program or do streaming
Hardware Installation
1. Connect TBS5930 to your PC/Laptop USB 2.0 port
2. Connect Power Adapter DC 12V/2A for TBS5930
3. Connect satellite signal to TBS5930
The setup of Windows Platform
Windows driver:
https://www.tbsiptv.com/download/tbs5930/tbs5930_release_v1005_20230105.zip
Unpack driver package and click Application “TBS_5930_setup” directly to install driver.
www.tbsiptv.com
3/ 19
Driver install finished, you’ll see tuner device in “Computer—Device Manager: Sound, video and game
controller”. Like this:
DVB software install:
For windows system, we recommend DVBdream, DVBviewer and ect.
Let’s take DVBdream as example.
DVBdream download:
https://www.tbsiptv.com/download/common/dvbdream_oem_version_setup_v297.zip
Tune channels:
1. Check and set LNB type. Ku LNB, C-band LNB and ect.
Normally, LNB information will be marked on your LNB. For example,
www.tbsiptv.com
4/ 19
2. DVBdream LNB setup
DVBdream---Options---Diseqc
For example, now I’m using LNB Ku-Circular, band frequency is 11300. The LN B setting is:
www.tbsiptv.com
5/ 19
Diseqc Switch:
If signal is connected to Tuner card directly, just pick Port 1 to set LNB. If it’s using a Diseqc or Multiswitch,
please check which Switch port you use, then set the LNB.
3. DVBdream: Tune channels
DVBdream---Channels: Manual scan
www.tbsiptv.com
6/ 19
Fill in “Frequency”, “Pol.”, “Symbol rate”, “Modulation” information, Click “Scan”
Locked and save channels:
www.tbsiptv.com
7/ 19
Also, when tuner card locked, Green LED lights up. This LED is to indicate the “lock” status.
The Blue LED is Power LED.
Channel list:
www.tbsiptv.com
8/ 19
Do recording:
1st type: DVBdream---Channels: Record On/Off
This is to record a single channel.
Record path: located in where’s DVBdream installed and the folder “Record”.
www.tbsiptv.com
9/ 19
2nd type: DVBdream---Modules:TsWriter2
’
This type is to record the entire ts.
Note:
In any case, please do not plug USB cable out directly while tuner card is running. For example, tuner card is
taken by DVBdream software, and it’s playing Tv program.
The correct approach should be: turn app (DVB software) off first , and then go to plug USB cable out.
The setup of Linux Platform
1. Check the Hardware connection:
# lsusb
www.tbsiptv.com
10 / 19
2. Linux driver:
https://github.com/tbsdtv/linux_media/wiki
Build errors and rebuild:
We have listed these frequently seen errors and the corresponding solutions:
https://github.com/tbsdtv/linux_media/wiki/Prerequisites,-Build-errors-and-Rebuilding
build finished, requires to reboot Server to load the driver.
3. If Linux driver is installed successfully, you’ll see tuner device under “/dev/dvb”
# ls /dev/dvb
4. Install streaming software, tune channels and do streaming: DVBlast, Astra cesbo, Theadend and ect.
DVBlast
Install:
https://github.com/gfto/dvblast/blob/master/README
# sudo apt install dvblast (Ubuntu)
# su yum install dvblast (centOS)
Configure:
1. DVBlast is command line control
2. Command to tune channels
# dvblast –f 12538000 –s 41250000 –v 13 –a 0
# dvblast –f 12660000 –s 45000000 –v 18 –m psk_8 –a 0
-f: frequency
-s: symbol rate
www.tbsiptv.com
11 / 19
-v 13, -v 18: LNB voltage
-m psk_8: modulation. The default is QPSK.
-a 0: adapter number
3. do streaming
DVBlast requires to create a file which contains output and the specified channel to stream out.
Configuration file
# vi dvb1.conf
Do streaming
#dvblast –f 12660000 –s 45000000 –v 18 –m psk_8 –a 0 –c dvb1.conf
More detailed about the configuration of DVBlast, please refer to the above site.
Astra Cesbo
https://cesbo.com/en/latest/astra
Install:
1. Download the Binary
http://cesbo.com/download/astra/
for example, download the latest version
# wget http://cesbo.com/download/astra/latest/x86_64/astra
2. Give the Binary a permission, and put it to /usr/bin
# chmod +x astra
# cp astra /usr/bin
3. Astra cebso License
https://cesbo.com/orders/software/astra/buy/
4. Create a path for astra and create a configuration file
# mkdir –p /etc/astra
# vi astra.conf
5. Download or save License file from the email attachment to /etc/astra/ on your server.
6. Start Astra Cesbo and login to web GUI
www.tbsiptv.com
12 / 19
# astra -c /etc /astra/astra.conf -p 8060 --daemon
-c: specify the path
-p: webUI port
--daemon: start as a daemon
Configure:
1. Login to webUI
http://ip:8060
the default username/pwd is “admin/admin”
2. About the web UI configuration, please refer to these sites. Astra cesbo provides a very detailed
explanation:
https://cesbo.com/en/latest/astra/web-interface
https://cesbo.com/en/latest/astra/web-interface/adapter
https://cesbo.com/en/latest/astra/web-interface/adapter
Tvheadend
1. Install:
Build source code directly
https://tvheadend.org/projects/tvheadend/wiki/Building
www.tbsiptv.com
13 / 19
or install using “snap”.
# snap install tvheadend
2. Start Tvheadend:
# tvheadend –C
3. Login to web GUI
http://ip:9981
the default port is 9981, to change port is:
# tvheadend -C --http_port 29088
New web GUI should be:
http://ip:29088
www.tbsiptv.com
14 / 19
4. Configure:
1>Create a “DVBS” network
www.tbsiptv.com
15 / 19
Do not forget to turn “Network discovery” off:
www.tbsiptv.com
16 / 19
2> Configure “Network” to tuner device (adapter)
3> Go to “Muxes” to configure transponder parameters
www.tbsiptv.com
17 / 19
4> Click “Create” and wait some seconds. If it’s locked, you’ll see “Services”, like this:
www.tbsiptv.com
18 / 19
5> Services
Pick favorite channels and map them out. For example, P19 to P23:
6> Go to “Channels/EPG---Channels”, give each channel a number
www.tbsiptv.com
19 / 19
7> URLs
1st type:
http://ip:9981/playlist
This is one URL multiple channels.
2nd type:
http://ip:9981/stream/channelnumber/’channel number’
This is one URL one channel.
For example, channel “P22”, the URL is
http://ip:9981/stream/channelnumber/3
3rd type is to download “m3u” URL, like this:
Any question about the Setup of TBS5930, please write to us:
support@tbsdtv.com

Other tbs electronics TV Tuner manuals

tbs electronics TBS6528 User manual

tbs electronics

tbs electronics TBS6528 User manual

tbs electronics MOI DVB-S2 Streaming Box User manual

tbs electronics

tbs electronics MOI DVB-S2 Streaming Box User manual

tbs electronics DVB-T/T2 Series User manual

tbs electronics

tbs electronics DVB-T/T2 Series User manual

tbs electronics TBS6905 User manual

tbs electronics

tbs electronics TBS6905 User manual

tbs electronics 6902 User manual

tbs electronics

tbs electronics 6902 User manual

tbs electronics TBS6902 User manual

tbs electronics

tbs electronics TBS6902 User manual

tbs electronics TBS6220 User manual

tbs electronics

tbs electronics TBS6220 User manual

tbs electronics TBS6909 User manual

tbs electronics

tbs electronics TBS6909 User manual

Popular TV Tuner manuals by other brands

CityWest Stream Setup

CityWest

CityWest Stream Setup

Steren COM-425 Quick installation guide

Steren

Steren COM-425 Quick installation guide

Avtech H.265 NVR user manual

Avtech

Avtech H.265 NVR user manual

Manta DVBT010s user manual

Manta

Manta DVBT010s user manual

JVC KV-C1007 instructions

JVC

JVC KV-C1007 instructions

exaSound s88 owner's manual

exaSound

exaSound s88 owner's manual

Pinnacle PCTV To Go quick start guide

Pinnacle

Pinnacle PCTV To Go quick start guide

Haier PDTB7 user manual

Haier

Haier PDTB7 user manual

Audiovox FLO TV AVXMMF1 owner's manual

Audiovox

Audiovox FLO TV AVXMMF1 owner's manual

DigiSender SmartConnect DGTVSC60a quick guide

DigiSender

DigiSender SmartConnect DGTVSC60a quick guide

Pyle PYLE View Series PLTK300 owner's manual

Pyle

Pyle PYLE View Series PLTK300 owner's manual

Sveon STV26 user guide

Sveon

Sveon STV26 user guide

MondoBox.TV Mondobox user guide

MondoBox.TV

MondoBox.TV Mondobox user guide

Moon Audio Matrix Audio Mini-i Pro 3 manual

Moon Audio

Moon Audio Matrix Audio Mini-i Pro 3 manual

CompUSA 343177 Installation & user guide

CompUSA

CompUSA 343177 Installation & user guide

Roku Premiere quick start guide

Roku

Roku Premiere quick start guide

PROLiNK PlayTV USB 2.0 user guide

PROLiNK

PROLiNK PlayTV USB 2.0 user guide

Elgato EyeTV Hybrid datasheet

Elgato

Elgato EyeTV Hybrid datasheet

manuals.online logo
manuals.online logoBrands
  • About & Mission
  • Contact us
  • Privacy Policy
  • Terms and Conditions

Copyright 2025 Manuals.Online. All Rights Reserved.