Wiki URL | https://bst.miraheze.org |
I want to embed an external html5 video. In this extension review T1640 it says that the way to do it is by using the widget Html5media.
The frame is there, pointing to the correct video but it says "No video with supported format and mime type found".
Would allowing .mp4 in the LocalSettings make it work? Or is it something else?
Thank you!
Here's my Widget:Html5media (but i doubt that the problem is in there).
<noinclude> {{#widget:Html5media |url=https://pornel.net/Performance.ogg |width=640 |height=360 }} </noinclude> <includeonly><script src="//api.html5media.info/1.2.2/html5media.min.js"></script><video src="<!--{$url|validate:url}-->" width="<!--{$width|default:425|validate:int|escape:'html'}-->" height="<!--{$height|default:355|validate:int|escape:'html'}-->" controls preload></video></includeonly>