Difference between revisions of "Mediaclient"

From Sundtek Wiki
Jump to navigation Jump to search
 
Line 35: Line 35:
 
=== Reading Signal statistics ===
 
=== Reading Signal statistics ===
  
/opt/bin/mediaclient --readsignal=0 -d /dev/dvb/adapter0/frontend0
+
/opt/bin/mediaclient --readsignal=0 --band=universal -d /dev/dvb/adapter0/frontend0
  
 
: --readsignal=N N.. 0=infinite; N.. times
 
: --readsignal=N N.. 0=infinite; N.. times
 
: -d device name
 
: -d device name
 +
: --band=universal .. for DVB-S/S2 Universal LNB (to recalculate the current frequency), for C-Band use cband (for DVB-T or DVB-C skip this command
  
 
=== Scanning transponder ===
 
=== Scanning transponder ===
  
 
/opt/bin/mediaclient --tsscan /dev/dvb/adapter0/dvr0
 
/opt/bin/mediaclient --tsscan /dev/dvb/adapter0/dvr0

Latest revision as of 15:14, 7 January 2021

Mediaclient

DVB-S/S2/S2X Tuning

/opt/bin/mediaclient -m DVBS -f 12400000 -M 8PSK -S 27500000 -E 2/3 -V V

-m DVBS or DVBS2
-f Frequency in KHz
-M modulation 8PSK or QPSK
-S Symbol Rate
-E FEC
-V Voltage (V or H)
please note that those parameters very likely don't match the setup of your dish and you might not get a [LOCKED]. This is only an example what the commandline string looks like. Adjust it to parameters which are suitable for your setup. Eg. get the DVB-S/S2 parameters from https://lyngsat.com

DVB-C Tuning

/opt/bin/mediaclient -m DVBC -f 450000000 -S 6900000 -M Q256

-f Frequency in Hz
-S Symbol Rate
-M Modulation Q256 or Q128 or Q64

DVB-T/T2 Tuning

/opt/bin/mediaclient -m DVBT -f 450000000 -b 8

DVBT or DVBT2
-f Frequency in Hz
-b bandwidth in Mhz

If the device supports DVB-T2 the driver will also lock on DVB-T2 transponder (regardless if DVBT only is set)


Reading Signal statistics

/opt/bin/mediaclient --readsignal=0 --band=universal -d /dev/dvb/adapter0/frontend0

--readsignal=N N.. 0=infinite; N.. times
-d device name
--band=universal .. for DVB-S/S2 Universal LNB (to recalculate the current frequency), for C-Band use cband (for DVB-T or DVB-C skip this command

Scanning transponder

/opt/bin/mediaclient --tsscan /dev/dvb/adapter0/dvr0