@michael_hall wrote:
Hiya
Is it possible to grab a thumbnail using a reference ID instead of an entry ID?
eg of entry ID method:
<img src="http://kaltura.scarlettentertainment.com/p/102/thumbnail/entry_id/0_8ka0fmvu/width/643/height/160/type/1/quality/100/" height="156" width="237">
This will be quite helpful for a smoother migration.
If it’s not possible I can do it via the api using something like the code below and grabbing the entry id first:
$result = $client->baseentry->listByReferenceId($refId, $pager);
Thanks in advance.
Posts: 1
Participants: 1