Copyright © 2008 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.
famfamfam
Hi,
Can KSU be integrated on a self-hosted KalturaCE server?
We configured a KSU on our own server via the ui_conf table setting the values id, conf_file_path, swf_url......
We could achieve the swf via the browser: Ex: http://localhost/kalturaCE/kupload/1002613. That's why we think we did well on the server-side configuration.
However, either on the moodle integration, or a KSU integration via "Integration Script", the KSU is not displayed when the user push the button.
Client side on moodle integration:
var kso = new SWFObject("http://10.0.2.15/kalturaCE/kupload/ui_conf_id/1002613", "uploader", "110", "25", "9", "#ffffff");
kso.addParam("flashVars", "ks=ZjlmYzhlN2ViMTk1YzRlNzA2Y2ViNmZmMDIxMTUyMTQ0NDVhOWE0NHwxOzE7MTI2Njk1MzQyODswOzEyNjY4NjcwMjguNDE7MjtlZGl0Oio=&uid=&partnerId=&subPId=&entryId=-2&conversionProfile=5&maxUploads=10&maxFileSize=128&maxTotalSize=200&uiConfId=1002613&jsDelegate=delegate");
kso.addParam("allowScriptAccess", "always");
kso.addParam("allowFullScreen", "TRUE");
kso.addParam("allowNetworking", "all");
kso.addParam("wmode","transparent");
By the time being, we thought the problem could be:
1) Any missing parameter on the client side. Ej: host/......, "ks is correct"
2) We must modify the KSU-flex object through the Flex Builder to get it working with self-hosted KalturaCE.
3) Any missing server configuration.
Any hints would be really appreciated.
Many thanks in advance.
José Cano Ruiz