Currently there's no way of specifying multiple codecs source files. If I upload two different files I get 2 different players. The expected behavior is to play only the first supported file format. Is that a planned feature?

Comments

bkosborne’s picture

This is what would put me over edge to using the module. I think this is easy enough to implement - just allow multiple file uploads on the Field, and use the field sorting to determine which the browser should attempt to load first.

stephen Piscura’s picture

I made a similar post to the File Entity issue queue: #1455696: Defining multi-codec file fallbacks

This functionality is really important.

Lux Delux’s picture

+1

the videojs module has the option but only global width/height.

While this module has width/height as presets we can't choose multiple files.

Thus implementing this feature would make this module the best HTML5 video solution :)

cindyr’s picture

+1 I really need this functionality for audio files. Please?

dwightaspinwall’s picture

+1 Critical to implement "Option B: Multiple codecs with Flash fallback" defined on http://mediaelementjs.com/ Option A does not work on Chrome any longer (Mac OSX Chrome Version 21.0.1180.75).

Anyone have thoughts about how best to achieve this?

BrendanP’s picture

Any ideas or progress on this?

Goal: I need to play an ogg OR mp3 audio file depending on browser/OS combo.

Expected: One player using correct audio file format for browser/OS combo.

What's happening: I get two players if I upload the ogg and mp3 files to the same field.

Thanks in advance.

jnettik’s picture

Version: 7.x-1.1 » 8.x-1.x-dev
Issue summary: View changes