delay stream stop(discard delay), why OBSBasic::StreamingStop call twice?

tristsesame

New Member
I am study the obs studio source code.
I just found when using the delay streaming.

6CCF8B34-AD53-4969-8D6F-4E935F6E32FD.png


the function
void OBSBasic::StreamingStop(int code, QString last_error)
call twice.

is it a bug?
 

R1CH

Forum Admin
Developer
I think this is intended - it's probably the same as pressing stop streaming twice, the first one stops the stream cleanly, the second time it tells OBS to "stop now no matter what" (discarding all pending data).
 
Top