Quantcast
Channel: Kaltura - Latest posts
Viewing all articles
Browse latest Browse all 7410

How can I add youtube video in kaltura with php?

$
0
0

This is another option, you can easily do so with the API, something like this:

$client = new KalturaClient($config);
$entry = new KalturaExternalMediaEntry();
$entry->searchProviderType = KalturaSearchProviderType::YOUTUBE;
$result = $client->baseEntry->add($entry, $type);

Viewing all articles
Browse latest Browse all 7410

Trending Articles