Skip to content

Instantly share code, notes, and snippets.

@iizukanao
Created March 24, 2016 21:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save iizukanao/3b121664f03dbf87bfcf to your computer and use it in GitHub Desktop.
Save iizukanao/3b121664f03dbf87bfcf to your computer and use it in GitHub Desktop.
Example code for npm module "node-rtsp-rtmp-server"
var StreamServer = require('node-rtsp-rtmp-server');
var server = new StreamServer;
server.start();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment