On Apr 9, 02014, at 14:48, Kevin Ingwersen <[email protected]> wrote:
> Hey! > > I do some DJing at some time and I enjoy sharing that on a little stream. But > on a random thought, I wondered if it would, theoreticaly, be possible to > stream an MP3 stream to nodejs, and have clients listen to that very stream? > I.e. thru a browser's <audio> tag? Yes, definitely: to node, it’s just binary data. It’ll be up to you to receive it over whatever protocol (WebRTC, HTTP) into the browser and wire it up. Definitely possible, though. Aria
signature.asc
Description: Message signed with OpenPGP using GPGMail
