SatPI Design and Global Functionality - Barracuda09/SATPI GitHub Wiki

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