I’ve installed the plugin correctly and activate.
the I create the following .htaccess
***********
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /new/
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /new/index.php [L]
</IfModule>
# END WordPress
AddType video/webm .webm
AddType video/ogg ogg
AddType video/ogg ogv
AddType video/mp4 .mp4
***********
I insert the video on my home page https://www.groupemedia.com/new
directly like this:
[video mp4="https://www.groupemedia.com/new/Presentation_corporative2.mp4"]
[video ogg="https://www.groupemedia.com/new/Presentation_corporative2.ogg"]
[video webm="https://www.groupemedia.com/new/Presentation_corporative2.webm"]
Obviously I have each of the video.
But it does not work in ie9, firefox chrome…