Introduction
IAdea Android players could receive a network request string to switch current playing content via REST API as network notification.
Following player models supported the mechanism.
MBR-1100/XMP-6200/6250 series,XMP-7300, XDS-1078,XDS-2x70 series.
Implement SMIL code and send request string via REST API are crucial factors to realize the application. Below information will show you how to implement SMIL for network notification and how to send request string via REST API.
SMIL code implement
Add the below SMIL properly into a sequence as request string.
- <seq begin="notify(fire)">
<img src="fire.jpg" fit="fill" dur="10s" region="emergency"/>
</seq>
SMIL sample code attached or configure player to point to
https://s3.amazonaws.com/download.us.iadea.com/support/Support_site/Knowledge_Base/index.smil
Send request string via REST API
There are many REST client tools to send request string to player. There is an easiest way to complete the task by install DHC that is an extenstion of Google Chrome browser.
You can access the Chrome extension by the following link.
Send a request string to IAdea Android player to trigger corresponding media content is a simple task once installed Rest client tool. There is a Rest client tool usage illustration for reference.
For more information, please refer the page 29 of the attached REST API tutorial.
Comments
0 comments
Article is closed for comments.