Server questions

4 replies [Last post]
Joined: 05/06/2009
Points: 12

Hi

I've got the server up and running with surprising ease, well done guys. I've got some quick questions.

The first is a small thing, I think its a flex issue, when logging into the management console it doesn't remember your passwords.... even if you click remember.

The second thing I've noticed is that the url for the links on the server are set to the local network address of the server and not the actual domain name, ( my dev server is live ) If you change this in the MC and save, it goes back to the local address when you log in again. Is this a feature or a bug?

thanks in advance.
Al

Joined: 01/05/2009
Points: 1697

Please open bugs on the relevant projects (KMC and CE).

Can you please elaborate on the second issue (maybe give the urls of what is expected and what's the actual url set) ?

Thanks!

Joined: 05/14/2009
Points: 35

Is there a set of automated tests available for Kaltura CE? It would be nice to have the test cases available to save time during software development.

Awesome release!

Joined: 02/22/2009
Points: 97

redbeard,

what kind of test cases would you like ?
you can look at the code of the sample implementation (UGC site, editor etc... linked from your kalturaCE front page)
This implementation uses the client library which gives you a simple way to 'talk' to the kaltura API.

In addition, you can use the drupal/wordpress extensions and test your kalturaCE intallation with these systems.

Do you have anything else in mind ?

Joined: 05/14/2009
Points: 35

Hello Gonen,
Do you have an automated test suite for the kaltura API?

Thanks...