scan-s2

所属分类:Linux/Unix编程
开发工具:LINUX
文件大小:299KB
下载次数:1
上传日期:2020-11-30 20:30:20
上 传 者ixman
说明:  DVB-S/S2 , DVB-C, DVB-T/T2 and ATSC frequency scaner.

文件列表:
scan-s2 (0, 2020-11-30)
.hgignore (56, 2016-10-21)
atsc (0, 2016-10-21)
atsc\us-ATSC-center-frequencies-8VSB (1204, 2016-10-21)
atsc\us-CA-SF-Bay-Area (346, 2016-10-21)
atsc\us-Cable-EIA-542-HRC-center-frequencies-QAM256 (2578, 2016-10-21)
atsc\us-Cable-EIA-542-IRC-center_frequencies-QAM256 (2576, 2016-10-21)
atsc\us-Cable-HRC-center-frequencies-QAM256 (2561, 2016-10-21)
atsc\us-Cable-IRC-center-frequencies-QAM256 (2562, 2016-10-21)
atsc\us-Cable-Standard-center-frequencies-QAM256 (2522, 2016-10-21)
atsc\us-ID-Boise (132, 2016-10-21)
atsc\us-MA-Boston (225, 2016-10-21)
atsc\us-MI-Lansing (124, 2016-10-21)
atsc\us-NTSC-center-frequencies-8VSB (1204, 2016-10-21)
atsc\us-NY-TWC-NYC (1011, 2016-10-21)
atsc\us-PA-Philadelphia (259, 2016-10-21)
atsc_psip_section.c (2382, 2016-10-21)
atsc_psip_section.h (2013, 2016-10-21)
atsc_psip_section.pl (2016, 2016-10-21)
bouquet.c (22662, 2016-10-21)
bouquet.h (567, 2016-10-21)
diseqc.c (7891, 2016-10-21)
diseqc.h (589, 2016-10-21)
dump-vdr.c (6367, 2016-10-21)
dump-vdr.h (356, 2016-10-21)
dump-zap.c (2848, 2016-10-21)
dump-zap.h (279, 2016-10-21)
dvb-c (0, 2016-10-21)
dvb-c\at-Innsbruck (258, 2016-10-21)
dvb-c\at-Liwest (928, 2016-10-21)
dvb-c\at-SalzburgAG (281, 2016-10-21)
dvb-c\at-Vienna (65, 2016-10-21)
dvb-c\be-IN.DI-Integan (473, 2016-10-21)
dvb-c\ch-unknown (64, 2016-10-21)
dvb-c\ch-Video2000 (103, 2016-10-21)
dvb-c\ch-Zuerich-cablecom (77, 2016-10-21)
dvb-c\de-Berlin (126, 2016-10-21)
dvb-c\de-iesy (634, 2016-10-21)
... ...

scan-s2 -- channels scanning tool for the Linux DVB S2 API This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. scan-s2 requires Linux DVB driver API version 5.2 and newer. The scan-s2 utility was tested with Igor M. Liplianin (liplianin@me.by) DVB S2 API driver changeset 149a5c57c1e2 that can be obtained from: https://bitbucket.org/liplianin/s2-liplianin-v37 The sources could be obtained by running: hg clone https://bitbucket.org/liplianin/s2-liplianin-v37 The driver directory was symbolically linked to "s2" directory. If you have the driver in other directory, you'll have to change the following line in Makefile to point to the right place: INCLUDE=-I../s2/linux/include If compiler can't find DVB headers in ../s2/linux/include/linux/dvb, then it looks at usual location /usr/include/linux/dvb. Install as follows: make make install Uninstall make uninstall The scan-s2 utilty can be used to scan channels on currently locked (by szap-s2 utility) channel or by specifying frequencies list that will be scanned one after another. szap-s2 utility can be found at: http://mercurial.intuxication.org/hg/szap-s2 Samples of frequencies files can be found in dvb-s, dvb-t, dvb-c and atsc subdirectories. Those files are just samples and defenitelly do not include all frequencies you would like to scan. The format of frequencies files is as follows: For DVB-S/S2: S [fec] [rolloff] [modulation] S1 [fec] [rolloff] [modulation] S2 [fec] [rolloff] [modulation] [mis id] [pls_code] [pls_mode] For DVB-C: C [fec] [modulation] For DVB-T/T2: T [bandwidth] [HP fec] [LP fec] [modulation] [transmission mode] [guard] [hierarchy] T1 [bandwidth] [HP fec] [LP fec] [modulation] [transmission mode] [guard] [hierarchy] T2 [bandwidth] [HP fec] [LP fec] [modulation] [transmission mode] [guard] [hierarchy] [plp id] For ATSC: A [modulation] Where every <> parameter is required, [] is optional. All non specified optional parameter will be considered as specified in AUTO mode. If one of the optional parameters has to be specified and it has more optional parameters before it, than all the parameters up to the needed one has to be explicitly specified. For example, if modulation have to be specified for DVB-S format, while FEC and ROLLOFF are not known, than FEC and ROLLOFF has to be stated as AUTO: S 10719000 V 27500000 AUTO AUTO QPSK S1 entry type will scan the specified frequency only in DVB-S mode. S2 entry type will scan the specified frequency only in DVB-S2 mode. If you're an owner of DVB-S card (non-S2), you can use "-D S2" switch to disable DVB-S2 scan mode for all frequencies. S entry type will be scanned for both DVB-S and DVB-S2 on the specified frequency with the following exceptions: - "-D" switch specified to disable one of the scan modes. - 8PSK modulation specified - in that case only DVB-S2 scan will be used. Possible values for parameters are: Polarity: H, V, R, L FEC: NONE, 1/2, 2/3, 3/4, 3/5, 4/5, 5/6, 6/7, 7/8, 8/9, 9/10, AUTO Modulation: QPSK, QAM16, QAM32, QAM***, QAM128, QAM256, 8VSB, 16VSB, 8PSK, 16APSK, 32APSK, AUTO Bandwidth: 5MHz, 6MHz, 7MHz, 8MHz, 10MHz, AUTO Transmission mode: 1k, 2k, 4K, 8k, 16k, 32k, AUTO Guard interval: 1/32, 1/16, 1/8, 1/4, 1/128, 19/128, 19/256, AUTO Hierarchy: NONE, 1, 2, 4, AUTO NOTE: Current version was tested with DVB-S/DVB-S2 standard and VDR output only with limited number of options. Diseqc implementataion tested with 8-to-1 Centurion switch. usage: scan-s2 [options...] [-c | initial-tuning-data-file] atsc/dvbscan doesn't do frequency scans, hence it needs initial tuning data for at least one transponder/channel. -c scan on currently tuned transponder only -v verbose (repeat for more) -q quiet (repeat for less) -a N use DVB /dev/dvb/adapterN/ -f N use DVB /dev/dvb/adapter?/frontendN -d N use DVB /dev/dvb/adapter?/demuxN -s N use DiSEqC switch position N (DVB-S only) -S N use DiSEqC uncommitted switch position N (DVB-S only) -r sat move DiSEqC rotor to satellite location, e.g. '13.0E' or '1.0W' -R N move DiSEqC rotor to position number N -i N spectral inversion setting (0: off, 1: on, 2: auto [default]) -n evaluate NIT messages for full network scan (slow!) -5 multiply all filter timeouts by factor 5 for non-DVB-compliant section repitition rates -O pos Orbital position override 'S4W', 'S19.2E' - good for VDR output -k cnt Skip count, will skip every first specified messages for every message type (default 0) -I cnt Scan iterations count (default 10). Larger number will make scan longer on every channel -o fmt output format: 'vdr' (default) or 'zap' -x N Conditional Access, (default -1) N=-2 gets all channels (FTA and encrypted), output received CAID :CAID: N=-1 gets all channels (FTA and encrypted), output CA is set to :0: N=0 gets only FTA channels N=xxx sets ca field in vdr output to :xxx: -t N Service select, Combined bitfield parameter. 1 = TV, 2 = Radio, 4 = Other, (default 7) -p for vdr output format: dump provider name -e N VDR version, default 2 for VDR-1.2.x ANYTHING ELSE GIVES NONZERO NIT and TID Vdr version 1.3.x and up implies -p. -l lnb-type (DVB-S Only) (use -l help to print types) or -l low[,high[,switch]] in Mhz -u UK DVB-T Freeview channel numbering for VDR -P do not use ATSC PSIP tables for scanning (but only PAT and PMT) (applies for ATSC only) -A N check for ATSC 1=Terrestrial [default], 2=Cable or 3=both -U Uniquely name unknown services -D s Disable specified scan mode (by default all modes are enabled) s=S1 Disable DVB-S scan s=S2 Disable DVB-S2 scan (good for owners of cards that do not support DVB-S2 systems) -X Disable AUTOs for initial transponders (esp. for hardware which not support it). Instead try each value of any free parameters. -B opts Parse BAT and create channel groups for VDR output. Use -B help for options. -b The same as -B, default options. Example of command line: scan-s2 -5 -o vdr -x 0 -s 2 -S 0 -v -U -O S19.2E dvb-s/Astra-19.2E > channels.conf In case you experience random missing channels after several scans of the same frequency, try adding "-k 3" to command line. Some drivers have a buffer and will dump messages from previously locked channel that have to be ignored. For VDR output format type "man 5 vdr" Special thanks to: - Igor M. Liplianin for S2API driver and szap-s2 utility that was used as a reference for scan-s2 utility. - Unknown person that posted patch for scan utility that allows sending uncommited diseqc commands. - Multistream support from CrazyCat Enjoy, Alex Betis

近期下载者

相关文件


收藏者