Difference between revisions of "Mediaclient"
Jump to navigation
Jump to search
Line 37: | Line 37: | ||
: --readsignal=N N.. 0=infinite; N.. times | : --readsignal=N N.. 0=infinite; N.. times | ||
: -d device name | : -d device name | ||
+ | |||
+ | === Scanning transponder === | ||
+ | |||
+ | /opt/bin/mediaclient --tsscan /dev/dvb/adapter0/dvr0 |
Revision as of 17:35, 7 December 2020
Contents
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 modulation 8PSK or QPSK
- -S Symbol Rate
- -E FEC
- -V Voltage (V or H)
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 -d /dev/dvb/adapter0/frontend0
- --readsignal=N N.. 0=infinite; N.. times
- -d device name
Scanning transponder
/opt/bin/mediaclient --tsscan /dev/dvb/adapter0/dvr0