@steve_corey and myself working together.
We have kaltura 11.20 installed . Player has version 2.37.1 which is compatible with IOS. we are not able to play the video in ios 9.2.
FYI , we have reinstalled the kaltura and in earlier installation player was working fine in ios 9.2
Here is the configuration details are
{
“plugins”: {
“topBarContainer”: {
“plugin”: true
},
“controlBarContainer”: {
“plugin”: true,
“hover”: true
},
“scrubber”: {
“plugin”: true
},
“largePlayBtn”: {
“plugin”: true
},
“playHead”: {
“plugin”: true
},
“playPauseBtn”: {
“plugin”: true
},
“volumeControl”: {
“showSlider”: true,
“layout”: “horizontal”,
“pinVolumeBar”: false,
“accessibleControls”: false,
“accessibleVolumeChange”: 0.1,
“plugin”: true
},
“durationLabel”: {
“plugin”: true
},
“currentTimeLabel”: {
“plugin”: true
},
“keyboardShortcuts”: {
“volumePercentChange”: “0.1”,
“shortSeekTime”: “5”,
“longSeekTime”: “10”,
“volumeUpKey”: “38”,
“volumeDownKey”: “40”,
“togglePlaybackKey”: “32”,
“shortSeekBackKey”: “37”,
“shortSeekForwardKey”: “39”,
“openFullscreenKey”: “70”,
“closeFullscreenkey”: “27”,
“gotoBeginingKey”: “36”,
“gotoEndKey”: “35”,
“longSeekForwardKey”: “ctrl+39”,
“longSeekBackKey”: “ctrl+37”,
“percentageSeekKeys”: “49,50,51,52,53,54,55,56,57”,
“plugin”: true
},
“liveCore”: {
“plugin”: true
},
“liveStatus”: {
“plugin”: true
},
“liveBackBtn”: {
“plugin”: true
},
“fullScreenBtn”: {
“plugin”: true
},
“playersJsReceiver”: {
“plugin”: true
},
“watermark”: {
“cssClass”: “bottomRight”,
“img”: “https://kaltura.babyflix.net/content/babyflix.png”,
“href”: “http://www.babyflix.net”,
“hideTimeout”: 0,
“padding”: “15”,
“plugin”: true
},
“sourceSelector”: {
“switchOnResize”: false,
“simpleFormat”: true,
“displayMode”: “size”,
“plugin”: true
}
},
“uiVars”: [
{
“key”: “autoPlay”,
“value”: false,
“overrideFlashvar”: false
},
{
“key”: “autoMute”,
“value”: false,
“overrideFlashvar”: false
},
{
“key”: “enableTooltips”,
“value”: true,
“overrideFlashvar”: false
},
{
“key”: “adsOnReplay”,
“value”: true,
“overrideFlashvar”: false
},
{
“key”: “Kaltura.LeadWithHtml5”,
“value”: true,
“overrideFlashvar”: false
},
{
“key”: “imageDefaultDuration”,
“value”: 2,
“overrideFlashvar”: false
},
{
“key”: “Kaltura.UseAppleAdaptive”,
“value”: true,
“overrideFlashvar”: false
}
],
“layout”: {
“skin”: “kdark”
}
}
Please find the attached snapshot of uiconf of this player too
Please help