Comment on Node.js stream handbookComments−yudong11yWill it work with LIVE video streaming?For example, can you use ffmpeg to pull live video via rtsp, re-encode and pipe to nodejs for it to stream down to browser and to be consumed by html - with or without a plugin?Any working code sample?−gabipurcaru11yYup, it does. I do have a quick working example, with a plain multipart form :) You can check it out here: https://github.com/gabipurcaru/peggyWhile this is not exactly what you are talking about, I think it demonstrates that node.js streams can do that too.
Comments
Will it work with LIVE video streaming?
For example, can you use ffmpeg to pull live video via rtsp, re-encode and pipe to nodejs for it to stream down to browser and to be consumed by html - with or without a plugin?
Any working code sample?
Yup, it does. I do have a quick working example, with a plain multipart form :) You can check it out here: https://github.com/gabipurcaru/peggy
While this is not exactly what you are talking about, I think it demonstrates that node.js streams can do that too.