Skip to content

SatPI Design and Global Functionality

Marc edited this page Oct 19, 2021 · 1 revision

Global functionality:

  • SAT>IP request are coming in via RtspServer or HttpServer objects
  • Reading of data from the devices is done in StreamThreadHttp or StreamThreadRtp objects
  • Decoding is done in dvbapi::Client object via StreamThread objects
  • The StreamManager object holds all the different devices, like Frontend, TS-File Reader etc.

Design