Skip to content

Exercise in processing Transport Stream broadcast over DVB-T

License

Notifications You must be signed in to change notification settings

JimKnowler/dvb_capture

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dvb_capture

Exercise in processing MPEG Transport Streams broadcast over DVB-T

Dependencies

  • Windows (Testing on Windows 7)

  • DVB-T Tuner

  • DirectShow 'base classes', as provided with Windows SDK 7.1

    • Note: you need to build X64 Debug + Release targets for the multimedia/directshow/baseclasses sample

Goals

  • Learn how to work with a DVB-T tuner with Microsoft TV Technologies + DirectShow

  • Learn how to stream an MPEG Transport Stream from a DVB-T Tuner

  • Learn how to filter an MPEG Transport Stream in to multiple services (/channels)

  • Learn how to filter elementary streams for each service, so they can be muxed for playback offline

  • Learn how to process DVB / MPEG Transport Stream metadata

References