Open NicolasDe opened 8 years ago
Sorry, see this example. https://gist.github.com/iizukanao/3b121664f03dbf87bfcf
Alternatively, you can use this npm module instead. https://www.npmjs.com/package/rtsp-rtmp-server
How can i stream a video though the nodejs?
@roysG There is no such API at this time, but you can serve MP4 contents by putting it in "file" directory. Please see https://github.com/iizukanao/node-rtsp-rtmp-server#serving-mp4-files-as-recorded-streams for details.
Hello there, I just started using node.js and installed node-rtsp-rtmp-server via npm. So I'm stuck with how to setup it... I have included it into my server but I'm not sure how to call and setup it.
If anyone could help me, that would be great!