Appendix B – Configure 3rd Party Media Servers
Polycom, Inc. 94
clientaccesspolicy.xml
<?xml version="1.0" encoding="utf-8" ?>
<access-policy>
<cross-domain-access>
<policy>
<allow-from http-request-headers="*">
<domain uri="*" />
</allow-from>
<grant-to>
<resource path="/" include-subpaths="true" />
</grant-to>
</policy>
</cross-domain-access>
</access-policy>
crossdomain.xml
<?xml version="1.0" encoding="utf-8" ?>
<access-policy>
<cross-domain-access>
<policy>
<allow-from>
<domain uri="*" />
</allow-from>
<grant-to>
<resource path="/*" include-subpaths="true" />
</grant-to>
</policy>
</cross-domain-access>
</access-policy>
4 Configure a virtual directory for VoDs if you want to play the archives through an IIS Media server.
5 Create a virtual directory named as vod, with the default port as 80. Specify the physical path for the
virtual directory, for example, C:\inetpub\wwwroot\vod.
6 Install and configure a supported FTP server. The FTP server shares the VoD physical path, for
example, C:\inetpub\wwwroot\vod.
7 Grant the users at least the Read, Write, and Create Directories authorities.
To configure the RealPresence Capture Server system for work with the IIS server:
1 Go to Server > IIS.
2 Click Add.