Push service is used to automatically push information about current playout state via HTTP.

For setup follow instructions in Inspector integration.  


1) Text messages like Status, Playlist, Playout Info are pushed using HTTP POST request to specified address.

JSON pushed in this HTTP POST request contains following parameters:


{

  "PlayoutId": 0,

  "Type": "Status, Playlist or PlayoutInfo",

  "DateTime": "2018-01-01T00:00:00",

  "Body": "JSON body with current playlist item or all playlist items as specified in API documentation"

}



2) Image messages like Screenshots or Output are pushed using HTTP PUT request to specified address.

JSON pushed in this HTTP PUT request contains following parameters and file named "outputscreen" or "screenshot".


{

  "PlayoutId": 0,

  "Type": "OutputScreen or Screenshot",

  "DateTime": "2018-01-01T00:00:00",

}

Created with the Personal Edition of HelpNDoc: What is a Help Authoring tool?