node-shoutcast
node-shoutcast copied to clipboard
Shoutcast server built on NodeJS.
Results
2
node-shoutcast issues
Sort by
recently updated
recently updated
newest added
Hello, thanks for this module. I have one misunderstanding with that code, maybe you can help me. If folder for playing contains two or more mp3 files, stream play only...
Thanks for library! I just noticed warning util.pump() is deprecated. Use readableStream.pipe() instead. i changed these lines, and it works! /_util.pump(this.stream, res, function() { console.log('Shhhart'); res.end(); });_/ this.stream.getCurrent().pipe(res, function() {...