-
Notifications
You must be signed in to change notification settings - Fork 134
Open
Description
My use case consists of playing the kaltura player as soon as it is loaded.
// Kaltura config
...
'readyCallback' : function( playerId ){
var kdp = document.getElementById( playerId );
if(playNow) {
kdp.kBind('mediaReady', function () {
kdp.sendNotification('doPlay');
});
}
},
...
The following works in all operating system and respective browsers like chrome, firefox etc...
But when I use an IOS system the video doesn't play on load instead the video is shown in paused state.
While using in iphone. Kaltura player is overriden by apple's default player..
Is there an way to fix this ?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels