Presentation is loading. Please wait.

Presentation is loading. Please wait.

Interactive TV Team. Parts of software  Admin control panel (UI) Any control panel designed for a specific use, our target basketball game.  Restful.

Similar presentations


Presentation on theme: "Interactive TV Team. Parts of software  Admin control panel (UI) Any control panel designed for a specific use, our target basketball game.  Restful."— Presentation transcript:

1 Interactive TV Team

2 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

3 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 https://hostname/action?args { “content”: 3 } RESTful service

4 RESTful service  Listens for commands (how many active sessions?)  Responses with json content Admin control panel { “action”: “ok” } RESTful service Web response https://hostname/action?args


Download ppt "Interactive TV Team. Parts of software  Admin control panel (UI) Any control panel designed for a specific use, our target basketball game.  Restful."

Similar presentations


Ads by Google