Active
Project:
Kaltura
Version:
7.x-2.1
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
3 Aug 2015 at 15:17 UTC
Updated:
14 Aug 2015 at 18:10 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
couloir007 commentedI'm having the same issue. This is a big deal to my organization.
Thank you.
Comment #2
couloir007 commentedI dug around the module library a bit, and came up with this patch. It works well for me, not sure it's the best solution, but until then, I'm running with it. Needed to override the default limit of 30. KalturaClient returns 30 items, default limit with no way to change, then filters out non player objects. The request returns a lot of Kaltura related objects that are not players, only a few client players make it. Would be nice if the api had a getPlayers call. Anyway, I get the totalCount, resubmit adding a KalturaFilterPager to options.
Sean