nodster icon indicating copy to clipboard operation
nodster copied to clipboard

convert youtube videos -> mp3

Open mimoo opened this issue 10 years ago • 0 comments

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/

mimoo avatar Apr 30 '14 21:04 mimoo