TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

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

3 pointsby weejewelover 2 years ago
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 comments

speedgooseover 2 years ago
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.
controversial97over 2 years ago
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.