Fairplay certificate problem with media services

Anes Hmida 81 Reputation points
2021-02-08T15:08:11.33+00:00

Good evening ,

i'm trying to make my FPS certificate reachable when i paste it in the " FPS AC Path " in the azure test player on " https://openidconnectweb.azurewebsites.net/AMTestPlayer " in order to see if it's valid or not , i followed everything step by step.

Here are all of the solutions that i have tried :

I hosted my certificate on a server, i pasted back the url , nothing.
I made the file display it's data in php , changed the Content-type to (Content-type: text/html; charset=binary) and made the url end with .cer in order to read it exactly like "https://openidconnectweb.azurewebsites.net/Content/FPSAC.cer" , still nothing.
Kept changing the encoding to every encoding there is , nothing.
it always says "Failed to get AC".

What could possibly be the problem? any help would be appreciated, thank you.

Azure Media Services
Azure Media Services
A group of Azure services that includes encoding, format conversion, on-demand streaming, content protection, and live streaming services.
314 questions
0 comments No comments
{count} votes

Accepted answer
  1. Xavier Pouyat 591 Reputation points Microsoft Employee
    2021-02-08T16:07:36.727+00:00

    Hello,
    As you host the cert file on a server, and the player is another server, it would be cross-domain javascript call. Please make sure the hosting site enables CORS.

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful