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
I have changed the maximun file size in my KCW project editing the maxFileSize to 2000 mb in the UploadModelLocator.as file.
I can upload videos with 1005 mb, but when I try to upload a video with 1700 mb kalturaCE doesn't copy the video in the kalturaCE/content/uploads directory.
The kaltura_api_v3.log file shows this:
2010-04-07 07:39:27 [1916690972] [API] [KalturaFrontController->getExceptionObject] ERR: exception 'KalturaAPIException' with message 'Missing parameter "fileData"' in /var/www/kalturaCE/kaltura/api_v3/lib/KalturaRequestDeserializer.php:155
Stack trace:
#0 /var/www/kalturaCE/kaltura/api_v3/lib/KalturaDispatcher.php(64): KalturaRequestDeserializer->buildActionArguments(Array)
#1 /var/www/kalturaCE/kaltura/api_v3/lib/KalturaFrontController.php(56): KalturaDispatcher->dispatch('media', 'upload', Array)
#2 /var/www/kalturaCE/kaltura/api_v3/web/index.php(17): KalturaFrontController->run()
#3 {main}
2010-04-07 07:39:27 [1916690972] [API] [KalturaFrontController->serializeResponse] DEBUG: Serialize start
2010-04-07 07:39:27 [1916690972] [API] [KalturaFrontController->serializeResponse] DEBUG: Serialize took - 0.0033438205719
2010-04-07 07:39:27 [1916690972] [API] [global] INFO: API-end [0.0397620201111]
If I push the button "Next" in the upload widget, it crash (I think kaltura can't find the uploaded file to start the conversion to .FLV) and the log shows:
Any idea?
thanks