LinuxTV dvb-apps: Difference between revisions

From LinuxTVWiki
Jump to navigation Jump to search
No edit summary
 
Line 19: Line 19:
===util===
===util===
*loadkeys: a utility to setup IR control keymaps using /proc/av7110_ir
*loadkeys: a utility to setup IR control keymaps using /proc/av7110_ir
*interface
interface
*dvbdate
*dvbdate
*dvbnet
*dvbnet
Line 25: Line 25:
*scan: utility to generate channel lists for the currently tuned frequency
*scan: utility to generate channel lists for the currently tuned frequency
*{s,t,c}zap: command line zapping for dvb-s, dvb-t, dvb-c
*{s,t,c}zap: command line zapping for dvb-s, dvb-t, dvb-c

==Links==
==Links==
[http://www.linuxtv.org:81/download/dvb/linuxtv-dvb-apps-1.1.0.tar.bz2 download]
[http://www.linuxtv.org:81/download/dvb/linuxtv-dvb-apps-1.1.0.tar.bz2 download]

Revision as of 11:45, 25 September 2004

Introduction

dvb-apps is a small set of utilities and tests around the dvb driver.

List of utilities

test

  • diseqc: Sends various diseqc sequences on a SAT frontend.
  • set22k: Legacy tone switching for SAT frontends.
  • setvoltage: Legacy voltage switching for SAT frontends.
  • setpid: Set video and audio PIDs in the demux (only for hardware MPEG decoder)
  • video: tiny video watching application
  • 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

util

  • loadkeys: a utility to setup IR control keymaps using /proc/av7110_ir
interface
  • dvbdate
  • dvbnet
  • dvbtraffic
  • scan: utility to generate channel lists for the currently tuned frequency
  • {s,t,c}zap: command line zapping for dvb-s, dvb-t, dvb-c

Links

download