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
I see this in the documentation.
Field Name Data Type Description
ks String Kaltura session, if required by the method
What is an example of a ks value?
Hi
This is narasimha. I am a software developer in a small firm. Now I am working on Kalutara player. I need to develop a player with hiding the playlist, and playlists automatically select one-by-one. Please help me..........
Thank in Advance
Narasimha P
zeechina@gmail.com
Hi
This is narasimha. I am a software developer in a small firm. Now I am working on Kalutara player. For this Kaltura Player I need to integrate the traditional TV funcationality.
Basically we need to absolutely use Kaltura as a linear streaming (like www.livestream.com) and not on-demand. As with traditional TV: when someone turns on the player sees what is "going" at that time.
Please help me.......
Thanks in Advance
Narasimha P
zeechina@gmail.com
Hi Daniel,
A partner flow to an authenticated-based service is:
1. start session (result is a ks => kaltura session)
2. use the ks when calling the authenticated-based service
In order to start a session you should use "session" service with "start" action, provide the partner ID, user ID, secret (or admin secret), specify the session type (USER with secret, ADMIN with admin secret).
expiry and privileges are optional.
Hit "send" and your KS field is supposed to be automatically filled with the KS you got.
Is that answering you question ?