Offline Kaltura Player

Hi,
Is there a way to implement a fully offline* Kaltura Player?
I know the player is open source and that there’s a page: html5video.org but many links are broken so I cannot get the full picture as to how to implement it.

On the other hand, how I can implement skins for the player as the UI configuration options in KMC are very limited.

  • By offline I mean, the video still resides in Kaltura but the Player code and skin is locally hosted.

Hi,
As the player loads using server side PHP, it cannot be hosted locally unless you want to clone the entire player project from Github and host it on a PHP supporting server.
The new player documentation site is VPaaS and you can see the player skinning documentation here.
Hope that helps.