Copyright © 2012 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
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
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!
Are you using user ks or admin ks?
TRy using it with the admin ks (maybe the content is uploaded under different user?)