Displaying Uploaded Images without Kaltura Player

2 replies [Last post]
Joined: 05/26/2010
Points: 31

Is there a way to display images uploaded to the Kaltura media server just as images and not include the media player skin around it. But just insert it into html like a normal image would?

<img src="..." />
Joined: 11/05/2009
Points: 338

yes, just use the kaltura server's auto-generated thumbnail link, looks like this:

http://"YOURSERVER"/p/1/sp/100/thumbnail/entry_id/"ENTRYID"/width/"WIDTH"/height/"HEIGHT"

Of course, you have to get the entry id, either programatically via the API or manually.

Joined: 10/17/2009
Points: 79