From my tests:
-
webm
– works fine -
ogg
– can work, but by default, you can’t select it because the mime type is not referenced here ; however, as workaround you can choose “all files” in the windows, and select your .ogg file, It will work. You should not be able to validate any files (even if restricted byauthorized extensions
setting) . -
mov
– doesn’t work as it is, but it can if you remove manuallytype="video/mov"
or usetype="video/mp4"
instead. This should be handled in the component; I’m not quite sure what is the technical reason behind.