Azure Media Services + DRM with Video.js: Non-DRM video works but DRM video keeps loading with no error in console and player events

Sadman Sakib 51 Reputation points
2023-04-26T21:59:56.82+00:00

I am using Azure Media Services with DRM and the Video.js official Azure Media 3rd party GitHub examples. The non-DRM video works fine, but when I try to play DRM-protected video, it keeps loading with no error in the console and player events. I have followed the implementation guidelines for Azure Media Services DRM, but still facing issues with playing DRM-protected videos. I need help troubleshooting the issue and getting the DRM-protected video to play successfully with Video.js and Azure Media Services.

Screenshot_1

Screenshot_2

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.
313 questions
{count} votes

2 answers

Sort by: Most helpful
  1. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.


    Comments have been turned off. Learn more

  2. ajkuma 24,396 Reputation points Microsoft Employee
    2023-04-28T04:51:12.9766667+00:00

    @Sadman Sakib , Thanks for the follow-up and additional info. This might be a cross site scripting issue (zone issue).  I see that you’re using localhost (127.0.0.1) to test with, mixing content from that zone to an Internet zone may make the browser experience such issues with DRM.

    0 comments No comments