Kaltura provides the "All in One Video Pack" plugin for WordPress (download at http://wordpress.org/extend/plugins/all-in-one-video-pack/).
Using the WordPress plugin you can start experiencing some basic capabilities of KalturaCE without the need to implement or develop anything.
To work with WordPress follow these steps:
In case KalturaCE was installed on a computer which is not publicly available, install WordPress on the same computer as KalturaCE or on any computer which can access the KalturaCE installation (i.e on the same LAN)
In case KalturaCE was installed on a computer which is publicly available you can install WordPress wherever you want.
/wp-content/plugins/all-in-one-video-pack/settings.phpFind the line:
define("KALTURA_SERVER_URL", "http://www.kaltura.com");Replace the URL (http://www.kaltura.com) with the full URL of your KalturaCE installation.
For example, if you installed KalturaCE to:
http://localhost/kalturaCEThe line would be:
define("KALTURA_SERVER_URL", "http://localhost/kalturaCE");define("KALTURA_CDN_URL", "http://cdn.kaltura.com");That will make it look like this (according to the example above):define("KALTURA_CDN_URL", "http://localhost/kalturaCE");Note that if you install KalturaCE on a localhost (and that is the SERVER URL you provide during installation), only applications that run on the same server will behave as expected.