obs-outputs: Allow forced stop even when stopping
This commit is contained in:
parent
9a58772a01
commit
50d7cc8ae6
@ -225,7 +225,7 @@ static void rtmp_stream_stop(void *data, uint64_t ts)
|
||||
{
|
||||
struct rtmp_stream *stream = data;
|
||||
|
||||
if (stopping(stream))
|
||||
if (stopping(stream) && ts != 0)
|
||||
return;
|
||||
|
||||
if (connecting(stream))
|
||||
|
Loading…
x
Reference in New Issue
Block a user