Kaltura Client Library - PHP

Playlist generation using API

Hi,

We follow the code example from TestMe Console and we get the following code to add playlist to the KMC (we are a paying customer of SaaS).

 

Page URL required for VAST ad request

Hi,

Our ad tag url from an ad provider looks like this: http://search.adserver.com/vast/2.00/748XX

Unable to create a filtered playlist.

Im trying to add a filtered playlist with the code generated by the testme console.

$playlist = new KalturaPlaylist();
$playlist->name = 'Test';
$playlistFilters = array();

Playlist on the fly

Imagine I have 200 videos on my website with individual players. I have an option where people can create playlist to watch certain videos in sequence.

Replace an image Item for an entry

Hi ,
I am trying to replace an image item for an entry.
I am able to update the name of an entry with the following code.

        if(isset ($kaltura->media) )
        {

Kaltura exception. Used update content

Добрый день. Такая проблема. При вызове метода updateContent() получаю exception.

Error:
Action "updateContent" does not exists for service "media"

Fatal error: Call to a member function getByEntryId() on a non-object

If i use the service flavorAsset with every action method, my php script calls an error.

Fatal error: Call to a member function getByEntryId() on a non-object

...

Ordering Playlist entries

Hi there,

as there is no possibility to sort the videos manually i'm working on a workaround using static playlists.

Kaltura 4.0 CE api_v3 and conversionProfileId parameter

Hi guys,

It's me again :-p

I ran in some problems this week because the uploadFromUrl() function was not setting the conversion profile like I wanted.

Here a exemple of my code :