Kaltura-hosted player assets

Say we want to add a simple logo to our player (in the universal studio logo area), a simple .png file since it needs some transparency. We could link to the png file on our own webserver, but would prefer it on a CDN of course. Is it possible to upload that PNG as a Kaltura entry, and link to it there? How do we figure out the direct link of the entry? (all I can find is the thumbnail API which gives us a jpg with no transparency).

Hello,

Yes, you can upload the image as an entry and then use the media->get() API to get the downloadUrl value.