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?
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
Comment #1
bkosborneThis 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.
Comment #2
stephen Piscura commentedI made a similar post to the File Entity issue queue: #1455696: Defining multi-codec file fallbacks
This functionality is really important.
Comment #3
Lux Delux commented+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 :)
Comment #4
cindyr commented+1 I really need this functionality for audio files. Please?
Comment #5
dwightaspinwall commented+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?
Comment #6
BrendanP commentedAny 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.
Comment #7
jnettik