In ios application, capturing video in mp4 format and uploading it to amazon server.
we are embedding this uploaded video url in html file using video tag.
The problem is, it wont play in firefox since is it doesn't support mp4 format . in some forum and blogs I have seen that we need to provide multiple formats of video (mp4, ogg, webm etc) in html. but uploading different file format videos to server is not a good solution.
Any solution for this to achieve, with once format from iOS device , and it need to support in at least chrome , firefox and safari browsers .