Forum Discussion
Using Kaltura Player API in Storyline
Thank you both for your input. I have successfully embedded the video using a web object in Storyline, and to ensure that the video is not muted at the start, I added the parameter 'flashvars[mute]=false'. In my use case, autoplay is not necessary.
My objective is to retrieve the current player state using the Kaltura player API. I aim to update a Storyline variable and trigger an action when the video ends. While I can currently see the current player state in the console, I lack sufficient JavaScript knowledge to update the variable in Storyline.
I attempted to use the GetPlayer() function from Storyline and employed the sl.SetVar("vidStatus", videoStatus) method, similar to the process with the YouTube API. However, I have not yet achieved success with the Kaltura API.