UNPKG

rtmp.js

Version:

A Node.js implementation of RTMP/HTTP-FLV Media Server

8 lines (6 loc) 150 B
const RtmpServer = require('./io/rtmp'); const HttpFlvServer = require('./io/http-flv'); module.exports = { RtmpServer, HttpFlvServer, };