Various small test/sample programs for the Linux DVB API Version 2 The default devices used by the test programs are generally /dev/dvb/adapter0/*0, and can be overridden using environment variables: FRONTEND=/dev/dvb/adapter0/frontend0 DEMUX=/dev/dvb/adapter0/demux0 DVR=/dev/dvb/adapter0/dvr0 AUDIO=/dev/dvb/adapter0/audio0 VIDEO=/dev/dvb/adapter0/video0 NET=/dev/dvb/adapter0/net0 diseqc : Send various diseqc sequences on a SAT frontend. Best used with a diseqc test box with some LEDs to show the result of the commands. set22k : Legacy tone switching for SAT frontends. setvoltage : Legacy voltage switching for SAT frontends. setpid : Set video and audio PIDs in the demux; useful only if you have a hardware MPEG decoder. video : A tiny video watching application, just starts capturing /dev/video into /dev/fb0. WARNING: May crash your box or mess up your console! test_sections : Hex dump of section data from stream. test_sec_ne : Like test_sections, but also test Not-Equal filter mode. test_pes : Hex dump of PES data from stream. test_tt : Demonstrate teletext decoding from PES data. test_av : Test audio and video MPEG decoder API. test_vevent : Test VIDEO_GET_EVENT and poll() for video events test_stc : Test DMX_GET_STC. test_stillimage : Display single iframes as stillimages iframes can be created with the 'convert' tool from imagemagick and mpeg2encode from ftp.mpeg.org, and must have a supported size, e.g. 702x576 ($ convert -sample 702x576\! test.jpg test.mpg) (test_av_play : Test playing MPEG TS from a file (apparently broken)) test : test_audio : test_dmx : test_dvr : test_front : test_switch : test_video : 0752a4fe81c95c164bf751c0f16'/>
path: root/system.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2003-09-09[lcd4linux @ 2003-09-09 05:30:33 by reinelt]reinelt11-90/+243
2003-09-01[lcd4linux @ 2003-09-01 07:07:03 by reinelt]reinelt8-402/+13825
2003-09-01[lcd4linux @ 2003-09-01 04:09:34 by reinelt]reinelt9-28/+127
2003-08-24[lcd4linux @ 2003-08-24 05:28:31 by reinelt]reinelt1-119/+156
2003-08-24[lcd4linux @ 2003-08-24 05:17:58 by reinelt]reinelt25-131/+217
2003-08-24[lcd4linux @ 2003-08-24 04:31:56 by reinelt]reinelt6-11/+154
2003-08-22[lcd4linux @ 2003-08-22 03:45:08 by reinelt]reinelt3-8/+25
2003-08-20[lcd4linux @ 2003-08-20 05:26:43 by reinelt]reinelt1-9/+11
2003-08-19[lcd4linux @ 2003-08-19 05:23:55 by reinelt]reinelt2-62/+123
2003-08-19[lcd4linux @ 2003-08-19 04:28:41 by reinelt]reinelt4-19/+42
2003-08-17[lcd4linux @ 2003-08-17 16:37:39 by reinelt]reinelt5-23/+77
2003-08-17[lcd4linux @ 2003-08-17 12:11:58 by reinelt]reinelt6-27/+118
2003-08-17[lcd4linux @ 2003-08-17 08:25:30 by reinelt]reinelt6-46/+185
2003-08-17[lcd4linux @ 2003-08-17 06:57:04 by reinelt]reinelt5-544/+325