Live data from Hacker News

Ask HN: How do you deal with encoding HTML5 videos?

news.ycombinator.com

1–4 of 4 posts

Ask HN: How do you deal with encoding HTML5 videos?

#1
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.

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?

Re: Ask HN: How do you deal with encoding HTML5 videos?

#2
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).

http://azure.microsoft.com/en-us/services/media-services/

https://aws.amazon.com/digital-media/

https://www.google.be/search?q=encode+media+&oq=encode+media...

Re: Ask HN: How do you deal with encoding HTML5 videos?

#3

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). http://azure.microsoft.com/en-us/services/media-services/ https://aws.amazon.com/digital-media/ https://www.google.be/search?q=encode+media+&oq=encode+media...

Amazon does have an Amazon Elastic Transcoder, but it is rather pricey.