obs-outputs: Allow forced stop even when stopping

This commit is contained in:
jp9000 2016-09-09 04:48:55 -07:00
parent 9a58772a01
commit 50d7cc8ae6

View File

@ -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))