Skip to content

Ronileco/KalturaAPISampleListEntries

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a sample project showing how to perform basic Kaltura media.list API calls, share a link to a point in video on twitter/facebook and use the thumbnail API to create an animated thumbnail showing a preview of the video.

To set this project, clone it to a local folder, and add a new file named: kalturaconf.php
in kalturaconf.php add the following:
<?php
// get partner id and admin secret from your account integration settings: http://www.kaltura.com/index.php/kmc/kmc4#account|integration
$adminSecret = 'your-api-admin-secret';
$partnerId = 000; //your partner id
$uiConfId = 000; //a uiconf id to a player from your account: http://www.kaltura.com/index.php/kmc/kmc4#studio|playersList
$userId = 'listentriestool'; //this should be set to whatever user you'd like

About

Sample code showing how to use the Kaltura media.list API in PHP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 56.6%
  • JavaScript 36.3%
  • CSS 7.0%
  • HTML 0.1%