kaltura / platform-install-packages

Official deployment packages to install the Kaltura platform on a server or cluster environments using native OS package managers
GNU Affero General Public License v3.0
520 stars 242 forks source link

Unable to find ui_conf_id of upload widget #614

Closed chaitut715 closed 7 years ago

chaitut715 commented 7 years ago

We are trying to integrate Kaltura with sakai. We need to give upload player widget but couldn't find. If we create a new player and access it, we are getting /flash/flexwrapper/v1.2/FlexWrapper.swf was not found on this server

We are able to successfully integrate sakai with Kaltura cloud trial version. Kaltura contribution wizard widget id of Kaltura cloud is 11601051.

Please help me how to find/create widget.

jessp01 commented 7 years ago

Hi @chaitut715,

I'm guessing Sakai wants you to input the UI conf ID for KCW [Kaltura Contribution Wizard]. Easiest way to obtain that is by connecting to the 'kaltura' MySQL DB and running this query:

mysql> select id from ui_conf where name like '%Kaltrua kcw%'\G

You can also search for it using the API by making a request to uiconf.list()

I'm closing this issue as we rather discuss general questions at forum.kaltura.org and keep the GitHub issues section for bug reports. If you have additional questions, please post there.

Thanks,