Error Embedding Player into WIX Website

I am trying to embed the kaltura player into a wix website using the iframe addon or the html extension addon but I always get the following error

{“severity”:2,“category”:6,“code”:6001,“data”:[],“handled”:false}

instead of the video or playlist that I would like to add. There is no access control and I tried using HTTP or HTTPS but I always get the same error code.

Any help on this?

Thanks!

hi @xavier_lleixa_rillo, can you please add a test page

hi Ore

Please see below a test page :slight_smile:
https://martasv0.wixsite.com/pruebasdigimevo/test-videos

Hi, sorry I missed your response.
I assume you are embedding the player in an iframe.
The error you are getting is drm system
Not found.
When embedding in iframe the embedder needs to allow iframe privileges.
Please see https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Feature-Policy and specifically the encrypted-media feature which is required for drm protected media playback