Alexander
Alexander
Same issue
Hi! In my case it works like this: ```JavaScript import videojs from 'video.js'; import videojsContribEme from 'videojs-contrib-eme'; ... videojs.registerPlugin('eme', videojsContribEme); ```
Hi! @daniel-inka Have you found a solution to this problem?
@daniel-inka Thanks for the reply! At the moment from a real iPad device on the Pallycon Videojs demo page the playback works, but with the same player setting and DRM...
I found a solution to this problem, in our case... We had the property `overrideNative: !videojs.browser.IS_SAFARI` (https://github.com/videojs/http-streaming?tab=readme-ov-file#overridenative). We need the value `false` for iPad to make it work for other...