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.96k stars 1.52k forks source link

Avoid relay with same name overwrite, add get & delete rest api for relay #489

Open adibzter opened 2 years ago

adibzter commented 2 years ago

Deleting relay using api will stop the session but the stats of the relay will remain available. Not really sure how to remove it completely.

adibzter commented 2 years ago

For the naming "delStream", I use the same naming with the existing "getStreams", "pullStream" etc. But I think it's proper to name it "delRelay". Just my opinion.