2

I am trying to build a media player similar to Soundcloud's, where you can stream the music but direct access to the MP3 is hidden and restricted to prevent song ripping.

How could I go about achieving this with nodejs/express?

NateTheGreatt
  • 309
  • 1
  • 5
  • 17
  • Check this question: http://stackoverflow.com/questions/13714593/node-js-synchronized-audio-streaming-between-server-and-clients – Ivan Fraixedes Aug 13 '13 at 08:36
  • This is great, thanks. I'm curious, however, do you think there is a way to do this without a stream server? Or is that an imperative component? – NateTheGreatt Aug 13 '13 at 13:11
  • Maybe you can avoid it using websockets, for example socket.io, but I think that it would be a bit tricky – Ivan Fraixedes Aug 13 '13 at 13:42

0 Answers0