You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can you reproduce the issue with our latest release version: __
Can you reproduce the issue with the latest code from master: __
What browser and OS names and versions are you using: __
If applicable, add test code or test page to reproduce:
I tried to load playlist items by using kalturaPlayer.loadPlaylistByEntryList({entries: [{entryId: '123'}, {entryId: '456'}]}, {countdown: {duration: 20}});
And below is my player config
If you noticed I config the player with KS in order to play the video. I used my own API to get the player KS by passing the entry_id.
So when the player is being loaded, I called API to get the KS and play the video.
Since I wanted to use playlist feature, So when the entry is being switched to next or previous, I want to get the entry_id and update player config KS when the entry is being played.
kalturaPlayer.addEventListener(KalturaPlayer.playlist.PlaylistEventType.PLAYLIST_ITEM_CHANGED, () => {
// get entry_id ? // then call my own API to get KS // then update player config with the new KS // then play the media
});
I also checked with the kaltura change-media API but I could not solve my problem.
The text was updated successfully, but these errors were encountered:
Prerequisites
I am using the library for my website project.
https://cdnapisec.kaltura.com/p/{partner_id}/embedPlaykitJs/uiconf_id/{ui_config_id}
I tried to load playlist items by using
kalturaPlayer.loadPlaylistByEntryList({entries: [{entryId: '123'}, {entryId: '456'}]}, {countdown: {duration: 20}});
And below is my player
config
If you noticed I config the player with KS in order to play the video. I used my own API to get the player KS by passing the entry_id.
So when the player is being loaded, I called API to get the KS and play the video.
Since I wanted to use playlist feature, So when the entry is being switched to next or previous, I want to get the entry_id and update player config KS when the entry is being played.
I also checked with the kaltura change-media API but I could not solve my problem.
The text was updated successfully, but these errors were encountered: