This page demonstrates overriding only some of the media proxy properties in order to display a poster and video files from remote location.
The video title and descriptions are also set to custom values.
kWidget.embed({
'targetId': 'kaltura_player',
'wid': '_243342',
'uiconf_id' : '12905712',
'flashvars': {
'titleLabel':{
'plugin': true
},
'mediaProxy': {
'entry':{
'name': "External video: Wildlife",
"description": "Description here",
"thumbnailUrl": 'http://projects.kaltura.com/amir/mediaproxy_override/poster.jpg'
},
'sources':[
{
"src":"http://projects.kaltura.com/amir/mediaproxy_override/wildlife-small.mp4",
"width":"640",
"height":"360",
"bandwidth":"9688824",
"type":"video/mp4; codecs=\"avc1.42E01E, mp4a.40.2"
}
]
}
}
});