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
Need a couple testers to test an iphone app to record and upload to kaltura network.
http://testflightapp.com/join/77ed346463beb2f7c9bd6a4e0cabd432-NjI2NA/
Are you using Kaltura sasss paid or free trial? Or are you using the community edition.
I signed up with my 3GS but I don't see how to download and install the ipa. Is this app made to work with the community edition?
Once you signed up you have to register your device then i will create a build that then you can download and install.
Yes there is a setting to change the API Url.
ok i registered! send me a build!
redmantech - Very cool app!
Few notes:
partner->getInfo() api (see sample code in php below).Also, not sure if it makes sense, or even if easily possible, but might want to try and check rotation and decide the best layout for the video..
Here's a sample video I've recorded:
http://www.kaltura.com/index.php/kwidget/cache_st/1298883488/wid/_286632/uiconf_id/3457222/entry_id/1_egaq2l5o
You should feature the app on the Kaltura Exchange - http://exchange.kaltura.com
Getting the partner id from email and password:
$email = 'myemail@mydomain.com';
//enter your Kaltura Publisher account password:
$password = 'somepassword!';
//this will generate the Administrator Kaltura Session
$AdminKs = $client->adminUser->login($email, $password);
$client->setKs($AdminKs);
//this will retrieve the Kaltura Publisher Information
$getInfoResult = $client->partner->getInfo();
//save the partner id
$partnerId = $getInfoResult->id;
do you mind if i ask how you programmed this app? did you use pure objective c?
Thanks guys for the feedback, I will try to get some of your features in the next release.
The iphone client is now available on itunes!
Very nice app. But authentication is not working for me actually.