On Aug 9, 5:02 pm, david rene comba lareu <[email protected]> wrote: > i'm trying to make a implementation of RTMP in Node.js but after seeing the > documentation and trying, i'm unable to, and i suspect this is not possible > to make it seeing how node.js handle the streams of data.
FWIW I did some crude rtp audio streaming a long long time ago with node [1]. The code is well outdated as you can see by the code, but it worked for what I needed it for (streaming audio to cisco phones). [1] https://github.com/mscdex/node-rtp -- Job Board: http://jobs.nodejs.org/ Posting guidelines: 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 post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
