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

Hi Jess

We have followed the method below but entries are not showing in KMC tho if we query it in the admin console, the entry is showing.

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

How would we be able to play these entries pls?


Viewing all articles
Browse latest Browse all 7410

Trending Articles