illuspas / Node-Media-Server

A Node.js implementation of RTMP/HTTP-FLV/WS-FLV/HLS/DASH/MP4 Media Server
https://www.npmjs.com/package/node-media-server
MIT License
5.91k stars 1.51k forks source link

Create the RTSP Out #471

Closed leviethung2103 closed 3 years ago

leviethung2103 commented 3 years ago

Hi,

Currently, I found that the Node Media Server only supports some specific types of streaming such as FLV, HTTP FLV, Websocket, and RMTP.

I wanna use the Node Media Server to create the RTSP streaming. Can I do that with Node Media Server? Thank you