• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

libdvbcfg/H03-May-2022-11468

libdvben50221/H03-May-2022-1,187837

libdvbsec/H03-May-2022-9957

libesg/H03-May-2022-591498

libucsi/H03-May-2022-3,5423,038

MakefileH A D03-May-2022912 4435

READMEH A D21-Mar-20141.8 KiB5141

diaH A D21-Mar-2014116 85

diseqc.cH A D21-Mar-20143.5 KiB144114

evtest.cH A D21-Mar-20149.6 KiB252167

hex_dump.cH A D21-Mar-20141.5 KiB6338

hex_dump.hH A D21-Mar-20141,002 295

lnb.cH A D21-Mar-20142.1 KiB10283

lnb.hH A D21-Mar-2014550 2311

lock_s.cH A D21-Mar-201411.8 KiB532407

sendburst.cH A D21-Mar-20141.1 KiB5641

set22k.cH A D21-Mar-20141.2 KiB5141

setpid.cH A D21-Mar-20142 KiB8769

setvoltage.cH A D21-Mar-20141.2 KiB4839

szap2.cH A D21-Mar-201418.1 KiB768607

test.cH A D21-Mar-20148.2 KiB281156

test_audio.cH A D21-Mar-20146.3 KiB345247

test_av.cH A D03-May-202212.2 KiB575496

test_av_play.cH A D21-Mar-201412.5 KiB655524

test_dvr.cH A D03-May-20224.3 KiB164118

test_dvr_play.cH A D21-Mar-20143.7 KiB14497

test_front.cH A D21-Mar-20146.5 KiB328247

test_pes.cH A D21-Mar-20143.1 KiB13895

test_sec_ne.cH A D21-Mar-20144.1 KiB165124

test_sections.cH A D21-Mar-20145.3 KiB197140

test_stc.cH A D21-Mar-20141.9 KiB7441

test_stillimage.cH A D03-May-20222.4 KiB10372

test_switch.cH A D21-Mar-20148.2 KiB356250

test_tapdmx.cH A D03-May-20224.4 KiB161114

test_tt.cH A D21-Mar-20145.5 KiB205142

test_vevent.cH A D03-May-20223 KiB12692

test_video.cH A D21-Mar-20146.6 KiB367258

README

1Various small test/sample programs for the Linux DVB API Version 2/3
2
3The default devices used by the test programs are generally
4/dev/dvb/adapter0/*0, and can be overridden using environment
5variables:
6
7  FRONTEND=/dev/dvb/adapter0/frontend0
8  DEMUX=/dev/dvb/adapter0/demux0
9  DVR=/dev/dvb/adapter0/dvr0
10  AUDIO=/dev/dvb/adapter0/audio0
11  VIDEO=/dev/dvb/adapter0/video0
12  NET=/dev/dvb/adapter0/net0
13
14
15diseqc		: Send various diseqc sequences on a SAT frontend.
16		  Best used with a diseqc test box with some LEDs to
17		  show the result of the commands.
18set22k		: Legacy tone switching for SAT frontends.
19setvoltage	: Legacy voltage switching for SAT frontends.
20
21setpid		: Set video and audio PIDs in the demux; useful only
22		  if you have a hardware MPEG decoder.
23video		: A tiny video watching application, just starts capturing /dev/video
24		  into /dev/fb0.
25		  WARNING: May crash your box or mess up your console!
26
27test_sections	: Hex dump of section data from stream.
28test_sec_ne	: Like test_sections, but also test Not-Equal filter mode.
29test_pes	: Hex dump of PES data from stream.
30test_tt		: Demonstrate teletext decoding from PES data.
31test_av		: Test audio and video MPEG decoder API.
32test_vevent	: Test VIDEO_GET_EVENT and poll() for video events
33test_stc	: Test DMX_GET_STC.
34
35test_stillimage : Display single iframes as stillimages
36		  iframes can be created with the 'convert' tool from
37		  imagemagick and mpeg2encode from ftp.mpeg.org, and must
38		  have a supported size, e.g. 702x576
39		  ($ convert -sample 702x576\! test.jpg test.mpg)
40
41test_av_play	: Test playing MPEG PES (VDR format) from a file
42test_dvr_play	: Test playing MPEG TS from a file (don't try, driver is broken)
43
44test		:
45test_audio	:
46test_dmx	:
47test_dvr	:
48test_front	:
49test_switch	:
50test_video	: Play video-only file on /dev/dvb/adapter0/video0
51