Node.js stream handbook 12 years ago
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?