kaltura / mwEmbed

Kaltura's Cross Platform Video Player ToolKit
http://player.kaltura.com
GNU Affero General Public License v3.0
210 stars 137 forks source link

HTML 5 Player Flavour Selector on Kaltura CE Servers #379

Open ghost opened 11 years ago

ghost commented 11 years ago

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

sinkers commented 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?

thachnuida commented 11 years ago

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?