Download presentation
Presentation is loading. Please wait.
Published byNaomi Hines Modified over 9 years ago
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
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.