0

I am using Kaltura HTML5 Video Player in my web page. On end of the video playing next endryId using changeMedia event. Code is:

function playerPlayEndHandler(){
   eIdCount++;
   kdp.sendNotification("changeMedia", {'entryId': entryIdArray[eIdCount]});
}

Array variable entryIdArray has 4 endry id's. First 2 endry id's only playing. After end of the 2nd media 3rd media is not changed. Any one suggest for this?

sureshunivers
  • 1,753
  • 12
  • 27

1 Answers1

0

That issue occure in Kaltura Player.

Now its solved by Kaltura team. So, now it is working fine.

sureshunivers
  • 1,753
  • 12
  • 27