Copyright © 2011 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've installed the kaltura CE server in my localhost to use with all in one video drupal plugin, because I need to custom the KCW and later KSE.
That works well by modifying the uiconf xml file.
Now I have a new problem. No research work.
Video, Image and audio, I have the same message:
"We didn't find results for ..."
I know about youtube, that's disabled
http://www.kaltura.org/search-result-not-working-properly
But how can I implement my custom search API?
I'll have my proper database, how can I use my php function when I click on "search" button for example.
Someone has a idea?
ps: I'm behind a proxy.
I was able to add youtube custom search provider to my drupal KCW (Kaltura Contribution Wizard) by adding this ...
<moduleUrl>SearchView.swf</moduleUrl>
<authMethodList>
<authMethod type="1" />
<authMethod type="2" searchable="false" />
</authMethodList>
</provider>
to the xml found in ../kaltura/web/content/uiconf/kaltura/drupal/
You'll see the other providers in there like this too. The code="24" does something magical that I don't quite understand, but I can to add that (like in the metacafe provider) and now it worky. Yeah...