Copyright © 2011 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
Once you pass an entryId to the KAE,How does the KAE decided which videos are available to mix? (outside of the KAE) when you upload a video, do you have to mark or flag it somehow so that the KAE reads in "related" videos?
---Jeff
http://www.kaltura.org/how-pre-populate-your-editor-content
The KAE is v2? when will v3 be out : how can I use v3 to add entries to the KAE edit list?
Any information about the KAE in requards to release, documentation or example code for api_v3 would be awesome!
Thanks!
---jeff
The KAE is currently using the v2 API. However, as the v3 API is backwards compatible, my suggestion would be to use the current KAE instead of waiting for a new version to be released (as each new version comes with new bugs and workarounds).
Cool, thanks for the info, Does anyone know how to remove the history and close button's? (bottom left and top right)
Any info would be awesome!
thanks,
---Jeff
I think you could do this by modifying the style-sheet. Try downloading the KAE source code and having a play around...
Hello everyone,
Sorry if this question looks silly: we are currently studying KAE for a community project. In this projet, user can post video UGC to share with there friend. So I wanted to know if there is any extension done to save the video as FLV or MP4, and not only with a mesh file, so it should be possible to download it to external storage and read it with any flash player.
Thanks
When you upload something to Kaltura it always saves the original source file as well as converting the video to an FLV or MP4. Using the API you can easily download that source file. If you wanted the download option to be a specific file type then you could write some code that downloads the original source video, transcodes it and then e-mails your users a link to the newly compressed video...
The videos that are loaded to the media clips when you load a mix entry are the videos that were uploaded by your user, the global partner entries and what ever videos (and image/audio) that are part of this mix.
This mechanism is still using api_v2 and so if you want a specific entry to be loaded to the media clips when you edit the mix entry, you need to relate the entry to the kshow of the mix entry, or be the owner of that entry.