Difference between revisions of "Mediaclient"

From Sundtek Wiki
Jump to navigation Jump to search
(Created page with "== 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 MHz : -M modulat...")
 
 
(5 intermediate revisions by the same user not shown)
Line 6: Line 6:
  
 
: -m DVBS or DVBS2
 
: -m DVBS or DVBS2
: -f Frequency in MHz
+
: -f Frequency in KHz
 
: -M modulation 8PSK or QPSK
 
: -M modulation 8PSK or QPSK
 
: -S Symbol Rate
 
: -S Symbol Rate
 
: -E FEC
 
: -E FEC
 
: -V Voltage (V or H)
 
: -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 ===
 
=== DVB-C Tuning ===
Line 29: Line 31:
  
 
If the device supports DVB-T2 the driver will also lock on DVB-T2 transponder (regardless if DVBT only is set)
 
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

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