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
When I try and upload a video it appears to work fine up until I click OK to the terms & conditions, the flash debugger then pops up with the following error:
Any idea what would be causing this?
Thanks,
Dave
Hi the debug error is showing a sandbox violation, during the conversion process at kaltures end, the upload of video is fine its seems to happen when process the video file to flv.
this happens on kaltures managment console.
that debug output indicated that the error is coming from
SendPartnerNotificationsCommand/sendNotification() function in one of your classes.
If I go to kaltura.com and log in to the management console, then upload a video through there then it throws up the same error.
The video does appear in the management console though.
Although yesterday I successfully uploaded a couple of videos to drupal.kaltura.org
A bit more information about whats happening with my drupal site; After I get the flash debugger error the video does appear to be in the Kaltura management console, but it does not appear on my Drupal website as a node. There is no entry for it on the List of Kaltura items page.
My crossdomain.xml file is in place by the way, and contains the following code:
The KCW sends client side notification to a predefined URL for every successful entry to the database (entry could be a video, audio, photo, etc').
You can configure the notification URL and other parameters inside the KMC (Kaltura Management Console)
http://kaltura.com/kmc -> Account -> Server Settings
It seems that your KCW can't access your notification URL (http://localhost/?q=kaltura/notification_handler.), it might happen duo to a missing or miss-configured crossdomain.xml file.
Take this file http://www.kaltura.com/crossdomain.xml, put it in your localhost and try again.
Please let us know if the problem continues so we can further investigate.
Hi, I've just tried that replacement crossdomain.xml file and I'm still having the same problems.
Thanks for the response,
Dave
I managed to get it working finally. It wouldn't seem to work from my localhost (xampp) so I updated the URL in http://kaltura.com/kmc -> Account -> Server Settings to look for my online test server and it worked.
Thanks for the help sorting this,
Dave
Glad you solved it,
Guy
Hi Dave,
Do you have any security devices blocking connections to other servers on your server?