Copyright © 2011 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
The schema is returning the duration property of a PlayableEntry as an int when it should actually be a float:
When I do a get against the media service, the duration comes back as:
Jeff
This one has to be fixed in the schema. Until then, I'm using a local copy of the V3 schema to generate the Java client. :(
Jeff
Good spot!