Media List API call troubles

1 reply [Last post]
Joined: 09/19/2011
Points: 6

Hi,

I'm simply trying to get a list and metadata of the currently uploaded media files. (later I will filter, but for now the whole list ~10 videos)
I call the API and get a KS.
I use the KS with media:list (and I've tried data:list also) to get a list of media objects (I'm after names, descriptions and playback url) but the best I can get back is

<result>
  <objectType>KalturaMediaListResponse</objectType>
  <objects></objects>
  <totalCount>0</totalCount>
</result>

How do I get more than just a KalturaMediaListResponse object, and with a count of more than zero?
Is this the call I want? Are filters needed even if I want an unfiltered response?
I use: http://www.kaltura.com/api_v3/?service=media&action=list&ks=XXX

I am unable to use the externally linked Kaltura player in my application; because of device restrictions I must use the built in player and supply just the playback url of the media file. Thus why I want a list of the currently hosted videos and their associated data.

Big thanks!

Joined: 07/19/2009
Points: 179

Are you using user ks or admin ks?
TRy using it with the admin ks (maybe the content is uploaded under different user?)