Player just spins in iOS 9.1

I’m not sure but it could depends from flavor bitrate.
Try using a flavor with lower bitrate. Maybe you can find some flashvars to say to player which flavor to play.
Check the flashvars on player.Kaltura.com

What was the syntax you used to add that variable to the configuration and around what line did you add it or between what lines of the configuration file did you add it? Can you please post a sample of the modified code?

Hi,

you can add this UI variable directly in KMC / Studio, please see this screenshot:

@amletoguerra

Thank you for the help this resolved the issue for me as well. However, I do not have any lags as previousely described. I will update if there are any other issues but it is working for me now.

I have the same problem with 11.17.

Indeed, by the following set, I was able to play the video in ios.

“uiVars”: [
{
“key”: “Kaltura.UseAppleAdaptive”,
“value”: false,
“overrideFlashvar”: false
}
]

In this case, it is delivered by [HLS] in ios? Or it is delivered in [HTTP Progressive Download] in ios?