@harsh_kaltura wrote:
Hello All,
I have Media less entry in Kaltura. I want to use these entries in my player with my custom video url. I want to do this because it will have kaltura's analytic and already stored video somewhere
Can i do this?If it is possible, so can you please let me know how can i use entry_id with video url(from other server).
I am trying to do this but not able to get my result which i want.
Please find the below code.
<--script-->
kWidget.embed({
"targetId": "kaltura_player_1435231895",
"wid": "_101",
"uiconf_id": 23448187,
"flashvars": { },
"cache_st": 1435231895,
"entry_id": "0_yco7p9mq"
});
<--/script-->I am able to achieve this by use custom-url in entry_id. In that case it will not have thumbnail of entry_id and its analytic.
Thanks in advance
Posts: 7
Participants: 3