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
The version of KSU I can find is v 1.1.7 which is using uiConfIds 1103(allow all file types) and 11500(defaults to images).
It looks like this version of KSU creates entries compatible with API v2, instead of API v3. For example, the entries created by this version of KSU can not be found by API v3 filter userId. This is a big problem to me.
Is there a newer version of KSU?
Thanks very much.
Hi papyromancer,
Thanks for the reply.
Actually I had my KSU working. My problem is the entry created by KSU can not be found by API v3 BaseEntryService.List filter UserId but can be found by API v2.
From my understanding, API v2 and v3 has UserId compatibility problem. ref: http://www.kaltura.org/problem-v3-api-filteruseridequal That's why I assume KSU (v 1.1.7) using API v2 to create the entry which has the compatibility problem with API v3.
Any advice?
Thanks.
Papyromancer, did you ever get a version of this widget working for v3? Or please please tell me you did that jquery plugin!
Any luck with KSU with API V3? seems its not working at all!!
check out: http://www.kaltura.org/kalorg/html5video/trunk/kplayer-examples/mediaRSS...
drop me a note if you need a detailed description of how this simple-simple-simple-uploader works, I spent all day figuring it out (with the kind help of Kalturian), and now I must sleep, but I plan on documenting the solution thoroughly.
basically, this is the same code as the tgz on the KSU project page, with the following mods:
1. its for uploading a single video file
2. the start and end indexes for adding the title and tags have been set to 0 (that's a zero)
3. as soon as a file is selected the upload begins
4. the console will log the upload, watch the console to see when your upload finishes, then click to save the title and tags
5. I did some weird stuff with calling the code to switch to a video file selection dialogue, if you're still with me, you'll see it--I have the flash uploader Ready call calling the settings setting code (I will explain it better when I can stand to ;)
progress bar and a disabled save button during upload will be implemented tomorrow.
jquery plugin for a multi-file kaltura upload in the future
cheers