提交 56f4dd53 编写于 作者: J jp9000

obs-outputs: Fix bug (headers not always sent)

If a disconnection occurs, the sent_headers would still be set to true,
and when a reconnect occurs, it would not send the headers again.
上级 5faa5157
......@@ -264,6 +264,7 @@ static void *send_thread(void *data)
}
stream->active = false;
stream->sent_headers = false;
return NULL;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册