Copyright © 2012 Kaltura Inc.
All Rights Reserved. Designated trademarks and brands are the property of their respective owners.
Use of this web site constitutes acceptance of the Terms of Use and Privacy Policy.
EduVideo.org
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?
See full API spec here: http://www.kaltura.org/kaltura-thumbnail-api-guide
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.