I'm working on an iOS app that lets you record video and share it with friends. The videos are currently encoded as MP4 files, which means they play in Chrome and Safari. However, this leaves us with the issue of them not playing in Firefox or other browsers which don't support MP4.<p>My question is this: How do you deal with this problem? Do you re-encode the videos on the server into a format that works in Firefox/other browsers? Or is there a better way to get more support without having multiple copies of each video?
Actually, i use Azure Media Streaming services.. (i'm BizSpark), but i suppose AWS has the same services, you just need to include a link, and the service will automaticly encode it into the correct format (don't specify the filetype).<p><a href="http://azure.microsoft.com/en-us/services/media-services/" rel="nofollow">http://azure.microsoft.com/en-us/services/media-services/</a><p><a href="https://aws.amazon.com/digital-media/" rel="nofollow">https://aws.amazon.com/digital-media/</a><p><a href="https://www.google.be/search?q=encode+media+&oq=encode+media+&aqs=chrome..69i57j0l5.3400j0j4&sourceid=chrome&es_sm=122&ie=UTF-8#q=encode+media+stream" rel="nofollow">https://www.google.be/search?q=encode+media+&oq=encode+media...</a>