streamRIP icon indicating copy to clipboard operation
streamRIP copied to clipboard

How to gracefully stop the stream

Open LizzyTrickster opened this issue 3 years ago • 2 comments

How would I set the stream to end gracefully when the input stream stops?

For instance, if I want to end stream currently, I tell OBS to stop streaming and then have to kill/restart nginx to close out the stream, otherwise StreamRIP will just keep it going.

Is there a clean way to signal to StreamRIP that "hey, stream is over, no need to continue keeping it up"?

LizzyTrickster avatar Feb 15 '22 15:02 LizzyTrickster

i am ending stream by systemctl stop nginx trough ssh and after it i stop the stream in obs

lmtdr avatar Apr 27 '24 14:04 lmtdr

Run the nginx rtmp module on a docker container.

perpetrator1 avatar Sep 14 '25 09:09 perpetrator1