Digital Media Suite API Forums

« Back to Digital Signs API Forum

RE: communicate two DMP?

Combination View Flat View Tree View
Threads [ Previous | Next ]
communicate two DMP?
certification(https) dmp 4400 mib
Answer
8/15/11 5:41 PM
<h2>communicate DMPs without DMM?</h2>
DMP MIB data
Need execute html or video file in other equipment DMP
4400 & 4305g
without DMM
Using 3m touchscreen, this event call  function execute script to DMP
 
Users Guide 5.2.2 Not working in dmp 4400, error certificate security and confirmation dialog
 
also need credentials of security and enabled services into DMP :
SysLog
TAC Troubleshooting Access
 
<html>
<head>
<meta http--equiv="content-type" content="text/html; charset=ISO-8859-1">
<title>..:: Play Content (DMP in Network) ::.. </title>
<script language="JavaScript">
function setParam(){
   var req = "https://<user>:<pass>@<IP-DMP>:7777/set_param?init.BROWSER_CMD=http://www.google.com&init.TVZILLA_URL=http://www.google.com";
    return sendSync(req);
};
function sendSync(request){
        var httpRequest = new XMLHttpRequest();
        httpRequest.setRequestHeader("Cache-Control", "no-cache");
        httpRequest.open('POST', request, false);   
        httpRequest.withCredentials="true";
        httpRequest.onreadystatechange = processReqChange;
        httpRequest.send(null);
};
</script>
</head><body onLoad="" style=" font-size:20px; margin:40px;">
<div id="movie" style="font-size:28px;">
<a href="javaScript:void(0);" onClick="setParam();"
>DMP CONTENT VIEW</a></div>
</body>
</html>
 
 
 

Can you be more clear in what you are asking?