Difference between revisions of "Mediaclient"

From Sundtek Wiki
Jump to navigation Jump to search
 
(One intermediate revision by the same user not shown)
Line 19: Line 19:
  
 
: 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
 
: 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
 +
 +
Example for Multistream:
 +
 +
Eutelsat 5 West B at 5.0°W
 +
 +
<pre>
 +
/opt/bin/mediaclient -m DVBS2 -f 12536000 -M 8PSK -S 35300000 -E 2/3 -V H --plsmode=GOLD --plscode=131070 --isi=9
 +
</pre>
  
 
=== DVB-C Tuning ===
 
=== DVB-C Tuning ===

Latest revision as of 21:23, 21 August 2024

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)

Additional for Multistream (just skip it if not needed):

--plsmode=[GOLD, COMMON, ROOT]
--plscode=[plscode]
--isi=[stream id]
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

Example for Multistream:

Eutelsat 5 West B at 5.0°W

/opt/bin/mediaclient -m DVBS2 -f 12536000 -M 8PSK -S 35300000 -E 2/3 -V H --plsmode=GOLD --plscode=131070 --isi=9

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