Copyright © 2012 Kaltura Inc.
All Rights Reserved. Designated trademarks and brands are the property of their respective owners.
Use of this web site constitutes acceptance of the Terms of Use and Privacy Policy.
EduVideo.org
I have been trying to figure out how to get this working and I have achieved to play video source using the example here.
http://html5video.org/kaltura-player/docs/Stand_Alone_Tools/selfHostedSources
Though I would like to mention that in the mwEmbed library example, in script source it works using
"http://localhost/mwEmbed/mwEmbedStartup.php"
instead of using this
"http://localhost/mwEmbed/mwEmbedLoad.php"
For Ad Support, I have tried code mentioned somewhere in earlier threads like this
mw.load( 'AdSupport', function(){
mw.AdLoader.load( vastUrl, function( adDisplayConf ){
// Add to player timeline:
mw.addAdToPlayerTimeline(
embedPlayer,
'preroll',
{
'companionTargets': [{
'elementid':'companionTarget'
}],
'ads' : adDisplayConf
}
);
});
}
});
However, it throws an error like this
Unknown dependency: Adsupport
Any help would be appreciated :)
Stand-alone config is not really well supported at this point in time. If you don't want to use the kaltura platform the kaltura player might not be the best choice for more advanced functionality.
We have discussed adding support for kaltura api server-less uiConfs, which would essentially accomplish what your aiming to do, but its not supported at this point in time.