Ask HN: What is the “stack” for streaming/transcoding video?
I am proficient in node.js. I have videos on my server that are .mkv and various other file extensions. I can stream .mp4 through node quite easily but when it comes to other file types, I have no clue what library or language would be best.
Is streaming/transcoding too big a task for a solo developer?
7 comments
[ 4.6 ms ] story [ 30.8 ms ] threadI'd suggest https://aws.amazon.com/elastictranscoder/details/, its quite affordable and much easier than doing it yourself, assuming it does what you need.
From the research I've done, I'd suggest MPEG-DASH for reasonable cross-ish platform adaptive streaming without requiring fancy video servers. Your requirements and platforms might be different than mine though. Research is required.
There are plenty of bindings for any language
I do not have any first hand experience with them though so I can't offer any insight to how well it all works.