Hi,
I’m interesting to use the playlist within sidebar container, but looking at http://player.kaltura.com/docs/PlaylistSideBar it seems to have some problems (Kaltura HTML5 Version: 2.41__5a125ba0)
I try to better explain.
- the sidebar container video list appears empty (it seems a css issue)
- the button to open/close the sidebar disappears when the second video in the playlist starts to play
- Adding a kpl1Url to load an external mrss feed (http://player.kaltura.com/modules/KalturaSupport/tests/resources/rss.xml), the dropdown menu to select the second playlist don’t appears
Maybe my configuration is not correct, I share the json config of my test for double check:
“playlistAPI”: {
“layout” : “vertical”,
“includeInLayout” : “true”,
“autoContinue” : “true”,
“autoPlay” : “false”,
“loop” : “false”,
“onPage” : “false”,
“MinClips” : “4”,
“MaxClips” : “50”,
“kpl0Id” : “0_q79jh71b”,
“kpl0Name” : “test 4 item playlist”,
“kpl1Url” : “http://player.kaltura.com/modules/KalturaSupport/tests/resources/rss.xml”,
“kpl1Name” : “Kaltura Playlist”,
“additionalPlaylists” : “”,
“titleLimit” : “21”,
“parent” : “sideBarContainer”
}
“nextPrevBtn”: { ,
“parent” : “sideBarContainer”
}
“sideBarContainer”: { ,
“clickToClose” : “true”
}
Thanks in advance for any suggestion.
AML