EasyManua.ls Logo

AxelTech YOUPLAY - Api(Only Youplay Broadcast & Youplay Server)

Default Icon
61 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
ENG
| SETTINGS
44
4.12 API(ONLY YOUPLAY BROADCAST & YOUPLAY SERVER)
Only for YouPlay Broadcast and YouPlay Server releases you can have this API function. It allows you to control the
Playout remotely by the use of SOAP protocol or by Rest API Commands:
TCP port used to expose webservices
SOAP COMMANDS
3. SOAP messages has to be encoded in XML language without the DTD (Document Type Definition)
line.
4. SOAP messages has to be encoded by using the SOAP Envelope namespace.
5. The XML SOAP elements needed are: Envelope, Header, Body and Fault.
REST API COMMANDS
Inside YouPlay you can find a rich list of REST API commands, by clicking on link.
You will be redirected on a webpage with the complete list of all the available REST API commands.
All the commands have to follow the syntax below and could be executed from any desired browser:
http://{YOUPLAY-PC-IP}:8090/YOUPLAY{INSTANCE NUMBER(1, 2, 3..)}/REST/{Rest API Command}:{any additional-parameters-
required}
Here a working command example, executed on a browser inside our network:
http://192.168.99.170:8090/YouPlay1/REST/Pause