It's a high-performance, open-source Node.js live streaming server supporting RTMP and HTTP-FLV protocols.
Node-Media-Server is a Node.js-based live streaming server that handles pushing and playing streams over RTMP, HTTP-FLV, and WS-FLV protocols. It's installable via `npm install node-media-server -g` and can record live streams to FLV files, which can then be served statically. Version 4 introduces enhanced support for HEVC, VP9, and AV1, alongside a new REST API for management with JWT-based authentication via `POST /api/v1/login`.
It's a high-performance, open-source Node.js live streaming server supporting RTMP and HTTP-FLV protocols.
Developers needing a Node.js-based server to host and manage live video streams using RTMP or FLV protocols should use this.