nodster
nodster copied to clipboard
convert youtube videos -> mp3
I've thought about using lame and speaker to stream mp3s: https://gist.github.com/TooTallNate/3947591
But I'm thinking more and more about just finding the youtube video corresponding to the music and converting it to an mp3 and then stream it. It's a 99% chance of finding your music and it shouldn't be slow.
maybe use fluent-ffmpeg: https://github.com/schaermu/node-fluent-ffmpeg
there's a demo here: https://blog.pogoapp.com/youtube-mp3-with-node-js-and-ffmpeg/