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.89k stars 1.51k forks source link

Can I disconnect streamer's rtmp connection? #600

Open newsuperfi opened 9 months ago

newsuperfi commented 9 months ago

HI, I'm student studying node.js I'm making streaming platform like Twitch now I want to force it to end when someone stream bad thing, but I cant find option about it Can I disconnect specific streamer's rtmp connection?

nivhsay commented 8 months ago

Make an HTTP DELETE request to api/streams/live/${streamKey}