Quantcast
Channel: Kaltura - Latest posts
Viewing all articles
Browse latest Browse all 7410

iOS: Is there a list of available all possible events?

$
0
0

Hi There,

I'm implementing the iOS SDK and everything works perfect, but, some of the video's have area restrictions, so it's not possible to play them out of the UK for example.
I'm trying to find if there is any event available which tells iOS that the player won't play because of such a restriction.
Also, sometimes in the player i get a message that the player wasn't able to find the file on the server, also for this situation, i would really like to know if i can catch this event in iOS.

So bottom question: is there a list available of all possible events to catch with iOS?

I tried to get error event's by this line:

player.addKPlayerEventListener("error", eventID: "error", handler: { (string1, string2) in
DLog("String1: (string1)")
DLog("String2: (string2)")
})

But after looking into the source of the player, it seems that error event's are never triggered.


Viewing all articles
Browse latest Browse all 7410

Trending Articles