TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: What made it so hard to create the Spotify player back in the day?

3 点作者 weejewel超过 2 年前
I’ve been watching ‘The Playlist’ on Netflix about Spotify’s history. What made it so hard to create a fast music player back then? Nowadays any kid can basically do it, so I’m wondering which building blocks now weren’t available back then?

2 条评论

speedgoose超过 2 年前
Spotify was created at the same time than the clouds services like AWS S3. So it was a bit old fashioned servers management and they couldn’t rely on the cloud like we do today.<p>The competitor Deezer arrived very soon after Spotify but didn’t use peer to peer but a cluster of dedibox servers instead. It was extremely low costs servers with a super slow VIA x86 CPU, one 1TB consumer hard drive, a power supply shared between two servers, and a fair amount of bandwidth. I believe deezer was much easier to implement by using a simpler architecture closer to the modern cloud model (shitty managed VMs on overprovisioned hosts vs shitty managed bare metal).<p>They both used the flash player to play the music. Deezer was more web and Spotify more flash.<p>That’s for what I remember.
controversial97超过 2 年前
I&#x27;v never used spotify but I imagine part of the problem was that when they launched in 2006 there were lots of people using windows 98 and windows ME on single-core 233MHz cpus and dialup internet.