UNPKG
rtmp.js
Version:
latest (0.1.0)
0.1.0
A Node.js implementation of RTMP/HTTP-FLV Media Server
github.com/varieget/rtmp.js
varieget/rtmp.js
rtmp.js
/
ecosystem.config.js
10 lines
(9 loc)
•
134 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
module
.
exports
= { apps: [ { name:
'rtmp'
, script:
'./src/index.js'
, watch:
'./src/'
, }, ], };