It is possible to remove the Kaltura Picture on the KDP or customize KDP with a specific JW FLW player

2 replies [Last post]
Joined: 02/18/2010
Points: 52

Hi,

We would like to know more about the KDP and how it is working with jw flv integration.

I guess that KDP is coming or integrated from a JW FLW player, customized for Kaltura.

I have some questions on this issue:

- Could KDP be used with a custom JW FLV player designed for a specific customer?

- Could the Kaltura logo of the KDP be removed, I mean, the logo on the right-bottom side of the KDP player?

We tried to modify some settings with Adobe Flex Builder without success.

Any information about this issue will be wellcome, and help us to understand better the platform.

Many thanks in advance.

Joined: 03/02/2010
Points: 18

You can remove/change the Kaltura logo of the KDP. You have to download the latest KDP source code and open the project using Adobe Flex.
Open the kdp_skin_aps_v5.css file and find the lines "Button.kalturaLogoLight" and "Button.kalturaLogoDark" .
Edit "icon: Embed(skinClass='Kaltura_icon_light');" and "icon: Embed(skinClass='Kaltura_icon_dark');" For example: "icon: Embed(skinClass='MY_CUSTOM_LOGO.PNG');"
Compile the project.
Now, you have a new kdp_skin_aps_v5.swf with your new logo. Copy this file and replace it in kalturaCE server or edit the skinPath attribute in the label in the uiconf.xml file of your player.

For example:

Joined: 03/02/2010
Points: 18

You can also change the kaltura watermark editing the uiconf.xml file of your player.

Find the label and change it.