This code worked fine for mp4 video, but it did not work for .3gp
, .avi
and .flv
files.
<video width="320" height="240" controls>
<source src="<s:url action='downappsuservideo'>
<s:param name="id" value="#session['id']"/>
</s:url>" >
Your browser does not support the video tag.
</video>
In general you should use the "tools->options->applications" to edit which application is used by default to open different mime types. However if you can't set it that way you can edit the mimeTypes. rdf directly, but this is discouraged. Save this answer.
The 'No video with supported format and MIME type found' error message is about the HTML5 media player. So you do not appear to have support in Windows for playing the media file(s) in the formats that are available. See also: https://support.mozilla.org/kb/viewing-html5-audio-and-video. Setting media.
You need to check for the limitations that Firefox (as any other browser) may have when working with HTML5.
The HTML5 universe is constantly evolving, and the missing support of some functionality, codec, etc. will eventually be introduced soon or later in the future.
Meanwhile, check what Firefox is capable of in the following page:
At the time of writing, it scores an overall 465 out of 555, of which 29 out of 33 on video playback.
Specifically, the CODEC situation is the following:
MPEG-4 ASP support : No ✘
H.264 support : Yes ✔
H.265 support : No ✘
Ogg Theora support : Yes ✔
WebM with VP8 support : Yes ✔
WebM with VP9 support : Yes ✔
Then
Also read Mozilla’s article on supported media formats.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With