Open ghost opened 11 years ago
I am having this issue as well where the flavor selection just does not work in the HTML5 player but works fine in Flash.
Does anyone have any patches or ideas on where to look for this?
I'm having an critical problem with this issue:
I use this code to change flavor:
kdp.sendNotification("changeMedia", {
'entryId' : kdp.evaluate('{mediaProxy.entry.id}'),
'flavorId' : 'flavor_id'
});
In flash player, it works correctly. But when change to html5 player by:
mw.setConfig('Kaltura.LeadWithHTML5', true);
I can not change the flavor.
Can anyone have ideas to make it work?
I am testing the Library on the Kaltura CE5 and latest Falcon edition. I am using the Dynamic embed and using the "LeadWithHTML5".
How do I enable the flavour selection and preferred flavour on the HTML5 player!!
I am following this doc http://html5video.org/kaltura-player/docs/Player_Features/FlavorSelector
Downloaded the facadePlugin.swf to /flash/kdp3/v3.6.9/plugins. No luck!!
What are the configuration I have to do on the server to enable the flavour selection?
Thanks