rkreich

Results 5 comments of rkreich

@clintlalonde are you referring to `server_url` & `cdn_url`? KalturaHelpers::getOption (https://github.com/kaltura/all-in-one-video-pack.wordpress/blob/master/lib/KalturaHelpers.php#L177) can fetch those variables from site options. You can use a 3rd party plugin to manage it. What's not ideal...

The client library was upgraded to the kaltura zend style php client lib. Take a look at some usage examples in lib/KalturaModel.php This should get you started.

CE6 was release before the latest version of the wordpress plugin, therefore those uiconf ids were not included. Unfortunately the WordPress plugin doesn't have an automatic deployment of uiconf files...

Latest Kaltura Server can be installed as an RPM package, see here https://github.com/kaltura/platform-install-packages Things have changed a lot during that last 2 years. The uiconfs required by WP are there...

`settings.ini` is a configuration file. You can't call this "hard-coding". Trust me, no one tried to intentionally make things unusable. The WordPress plugin was developed 6 years ago, and was...