Config.in 988 B

123456789101112131415161718192021
  1. config BR2_PACKAGE_DVBSNOOP
  2. bool "dvbsnoop"
  3. help
  4. Dvbsnoop is just a simple tool to analyze, view or debug a
  5. transport stream (TS), program elementary stream (PES) or even
  6. a program stream (PS). Dvbsnoop is trying to get input mostly
  7. direct from a frontend (satellite or cable tuner inside a
  8. set-top box for example) via DVB APIv3 to view into a TS, or a
  9. demux to view PES or PS (also mostly inside the set-top box or
  10. even PCI Card or USB Plug) but also from a file (recorded TS).
  11. Dvbsnoop is working well on SD transport streams but may have
  12. some limited functionality on HD transport streams
  13. (DVB-{C,S,T}2 because of missing knowledge how to handle it.
  14. Dvbsnoop itself doesn't do the tuning on the frontend, this
  15. has to be done by external helpers or manually driver call.
  16. The dvbsnoop tool was written while developing the software
  17. Neutrino on the set-top box DBox2.
  18. http://dvbsnoop.sourceforge.net
  19. http://en.wikipedia.org/wiki/DBox2