Skip to main content
Inspiring
January 21, 2015
Question

Configuration between AMS server and a server for playback

  • January 21, 2015
  • 1 reply
  • 302 views

We have an HDS-LIVE which is working on AMS.

At the time of playing through HDS from another web server that contains ADOBE MEDIA SERVER SAMPLE VIDEO PLAYER, I get an error "we are having problems with playback. We apologize for the inconvenience".

But at the time that playback is happening on the same server that contains AMS, I don't get the above error.

Instead of playing on the AMS server, I need to playback on another server, so is there a way that I can make a configuration between two servers? the first one to contain AMS and the second one to do the playback.

Thank You

This topic has been closed for replies.

1 reply

Petro_O__Bochan
Inspiring
January 21, 2015

Hello, try putting the following crossdomain.xml file under C:\Adobe Media Server 5\webroot

<?xml version="1.0"?>

-<cross-domain-policy>

<allow-access-from domain="*"/>

</cross-domain-policy>