Interactive TV Team
Parts of software Admin control panel (UI) Any control panel designed for a specific use, our target basketball game. Restful services Service for listening commands from any admin control panel and carry out given commands to casparCG server CasparCG server Video streaming
Admin control panel Sends request with HTTP (preferred to use HTTPS for safety) to our restful service Content sent in json (scores, player list, etc) Admin control panel Web request { “content”: 3 } RESTful service
RESTful service Listens for commands (how many active sessions?) Responses with json content Admin control panel { “action”: “ok” } RESTful service Web response