Kaltura Administration - View All Videos and Users

5 replies [Last post]
Joined: 08/20/2009
Points: 43

Is it possible to view all Users who have registered to Kaltura CE and view all videos that have been uploaded? I setup an initial admin user, and then I added a new user via the All in One Video Wordpress plugin. I cannot view what the new user has uploaded or even know if there is a new user.

Any suggestions?
Thanks,
Chris

Joined: 08/20/2009
Points: 43

I think what I am looking for is some type of dashboard that lists all the Kaltura users and a dashboard that lists all the videos uploaded by those users.
That way I can manage them better. Right now I don't think I can view anyone but the account I setup via KalturaCE and the All in One Video plugin.

Everything works great for the plugin. Users can create new accounts etc. just fine. The issue is that I cannot see who is using Kaltura or the videos being created by these new accounts.

Working in K-12 education, this is a major issue.

Any suggestions???
Thanks,
Chris

Joined: 08/20/2009
Points: 43

I guess I am wondering with Kaltura CE, how do I know who has an account on my system? How do I see a list of users who have registered accounts? Is this in the database?

Thanks,
Chris

Joined: 03/12/2010
Points: 3
Joined: 08/20/2009
Points: 43

When I do that It says I am missing a KS Session. When I log into the KMC and go to the developer area, I get this:

<xml>

<result>
<objectType>KalturaUserListResponse</objectType>

<objects>

<item>
<objectType>KalturaUser</objectType>
<id>1</id>
<partnerId>1</partnerId>
<screenName>1</screenName>
<fullName>1</fullName>
<email/>
<dateOfBirth/>
<country/>
<state/>
<city/>
<zip/>
<thumbnailUrl/>
<description/>
<tags/>
<adminTags/>
<gender/>
<status>1</status>
<createdAt>1267646739</createdAt>
<updatedAt>1267731176</updatedAt>
<partnerData/>
<indexedPartnerDataInt/>
<indexedPartnerDataString/>
<storageSize>0</storageSize>
</item>
</objects>
<totalCount>9</totalCount>
</result>
<executionTime>0.17985701561</executionTime>
</xml>

So it tells me there are 9 total, but doesn't list them?

Joined: 08/20/2009
Points: 43

Actually, I just went exploring the Kaltura CE Database and I found the partner table. In that you can find any and all users who sign up for your CE install. While it would have been nice to use the API, I can't seem to get that to work.

Using a MYSQL tool to look at the database seems to work best for me. I just want to ensure we only have teachers using the Kaltura CE system.