Dr. Esther Kim has two starting examples for video: https://github.com/drejkim/face-detection-node-opencv https://github.com/drejkim/edi-cam
The latter targets the Intel Edison, but the tech can be adapted. Rick On Sun, Mar 22, 2015 at 4:20 PM Carlos Carcamo <[email protected]> wrote: > 2015-03-22 12:55 GMT-06:00 Aria Stewart <[email protected]>: > > 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? > basically I would like to provide a service where some users can do > live music and/or video streaming and other users can listen and/or > watch the live streaming. > > > I know Nicholas Young (http://nicholaswyoung.com/) has done some work in > > this regard. He'd be a good resource to ask. > > ok, I will send a email :) > > > Aria > > Thanks for answer > > > -- > "El desarrollo no es material es un estado de conciencia mental" > > -- > 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/CADpTsTZxv2GjN66epnRd4GQxfFfvXKJVAgJzmPgTX_v3zjXYYQ%40mail. > gmail.com. > For more options, visit https://groups.google.com/d/optout. > -- 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/CAHfnhfr_eZe8AtUfM85G6v6hvSPnWH%2BbJGeHMXMh2pfXDpO8MA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
