Skip to content Skip to sidebar Skip to footer

No Video With Supported Format And Mime Type Found

I have the next code in my index for a video:

Solution 2:

@Gonzalo- As @Daniel has pointed out in his answer - make sure that /video folder in source tag is accessible. For example - you are accessing your page at

https://abcdomain/approot/somepage

and assuming that you have this video folder inside approot, then you need to modify the source tag and it would be something like -

<source src="/approot/video/v1.ogv" type="video/ogg">

Hope, this helps.

Post a Comment for "No Video With Supported Format And Mime Type Found"