On Sunday, March 22, 2015 at 2:48:34 PM UTC-4, Carlos Carcamo wrote: > > Hello all! > > Have you ever done an online radio or video streaming with node.js? > > I would like to do a project for that, I have a vps on digital ocean > and I would like to know some suggestions about how to do a > audio/video streaming with node.js > > Could you please give me some advices?, thanks in advance :) >
I have not with node.js, but I did help build some icecast servers at one point. The protocol is simple and I'd expect you'd find modules for it in the registry. Video I know less about -- you can integrate encoding using a subprocess and something like ffmpeg or mencoder relatively easily, though. Most of the protocol layer stuff is just shuffling stuff around -- very minimal actual workload. What part of the service are you trying to use node for? I know Nicholas Young (http://nicholaswyoung.com/) has done some work in this regard. He'd be a good resource to ask. Aria -- Job board: http://jobs.nodejs.org/ New group rules: https://gist.github.com/othiym23/9886289#file-moderation-policy-md Old group rules: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines --- You received this message because you are subscribed to the Google Groups "nodejs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/nodejs/3ccb2450-1d6b-49ea-bba3-431e5d36a3aa%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
