Hi, this are some trivial zapping applications explaining how to use the frontend and demux API. They are also pretty useful to test your hardware. For DVB-S, Astra Channel config file: $ ./szap -c channels-conf/dvb-s/Astra-19.2E n24 will tune to N24. For DVB-C, Berlin Cable channel config: $ ./czap -c channels-conf/dvb-c/de-Berlin Arte For DVB-T, Berlin Config: $ ./tzap -c channels-conf/dvb-t/de-Berlin phoenix For ATSC, Raleigh Durham Config: $ ./azap -c channels-conf/atsc/us-Raleigh-Durham WRAL will tune to WRAL's Digital Channel 5-1. By default the MPEG stream is routed to a hardware decoder. If you want to record the stream to disk you will route it to the DVR device by using the '-r' option: $ ./tzap -c channels-conf/dvb-t/de-Berlin phoenix -r [keep it running in one console] $ cat /dev/dvb/adapter0/dvr0 > /tmp/recording.ts [in a second console, will dump the MPEG transport stream to /tmp/recording.ts] The status messages have the following meaning: status 0x1f --- The demodulator status bits. 0x1f means all bits set, everything ok. signal [0x0000...0xffff] --- Signal Strength. Values above 0x8000 should be ok. snr [0x0000...0xffff] --- Signal/Noise Ratio. Values above 0x8000 are ok. ber [0...0xffffffff] --- Bit Error Rate. The less the better. unc [0...0xffffffff] --- Number of Uncorrectable Blocks. Small numbers are Preferable. If everything is alright and all frontend circuits are working stable (are locked) you should see a FE_HAS_LOCK in the rightmost line. Good luck, Holger ugin_seti.c'>stats
path: root/plugin_seti.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2010-04-22drv_picoLCDGraphic.c: changed two annoying info messages to debugging messagesmzuther1-2/+2
2010-04-18drv_picoLCDGraphic.c: alternative use of keypad widgets (instead of GPIO)mzuther1-2/+78
2010-04-18X11 driver: correctly handle key releasesmzuther2-17/+28
2010-03-12changed hardcoded pixel resolution to configuration; usb_*_np functions only ...volker1-21/+30
2010-02-23'Fix the huawei e220 at commands' by Jarmichael1-12/+9
2010-02-15drv_picoLCDGraphic.c: minimum USB read timeout is now 1 msmzuther1-1/+1
2010-02-14drv_picoLCDGraphic.c: added configuration for USB read timeoutmzuther1-1/+9
2010-02-14indent.sh runmichael1-172/+171
2010-02-14plugin_huawei-fix-interval-check_V2.patch from Jarmichael1-35/+35
2010-02-12Improved config behavior.mjona1-9/+32
2010-02-12Fixed a segmentation fault bug in cfg_get().mjona1-1/+1
2010-02-11All static memory allocations were turned into dynamical ones.mjona1-128/+200
2010-02-07timer.c: two small optimizations (removed "flag"; tv_usec can't be negative)mzuther1-7/+4
2010-02-07added grouping of widgets by update interval (new file "timer_group.c")mzuther13-168/+441
2010-02-07BUG: handle negative delays in timer_process() (timer.c)mzuther1-0/+4
2010-02-06timer.c: I had forgotten how to initialize a "struct" :)mzuther1-3/+4
2010-02-06BUG: compensate timers for processing delay ("timer.c")mzuther1-1/+3
2010-02-06timer.c: exchanged "proprietary code" with timeradd() and timersub() functionsmzuther1-14/+10
2010-02-04timer.c: removed fruitless changes to variable "flag" from timer_process()mzuther1-2/+0
2010-02-04According to its man page, timercmp() is broken on some systems -- applied th...mzuther1-1/+1
2010-02-04small warning removedmichael1-1/+1
2010-02-04clear errno after creating the FIFO by Claas Hilbrechtmichael1-0/+2