how to stop publisher in rtmp module , i use control module : http://localhost:6789/control/drop/publisher?app=live&name=91fde028680ea9a8195d4334e170db7e then it has drop publisher, then publisher connect again right back.
I want to stop completely, is there any way?
Asked
Active
Viewed 735 times
0

Bui The Vuong
- 1
- 3
-
Please clarify your specific problem or provide additional details to highlight exactly what you need. As it's currently written, it's hard to tell exactly what you're asking. – Community Sep 27 '21 at 11:44
1 Answers
0
You need to stop your publisher after kickoff from server-side, because it's because of the automatically retry of your publisher like OBS.
If you can't stop the publisher, you could use the callback to deny it for every retry.
- Kickoff the publisher, by Nginx
drop/publisher
, orkickoff
of SRS. - Stop the publisher if possible, such as OBS or FFmpeg.
- Use callback to deny the publisher if can't stop it.
For callback, please read this post.

Winlin
- 1,136
- 6
- 25