Bug Report OBS Disconnecting constantly (Even crashes occasionally)

Counterparts

New Member
Recently been having issues keeping my stream online for more than 7-10 minutes. OBS will disconnect, then reconnect a second later.

Im not very intelligent when it comes to things such as reading logs, however I did scroll through the most recent log and noticed

"17:50:05: RTMPPublisher::SocketLoop: Received FD_CLOSE, 5039 ms since last send (buffer: 0 / 463872)
17:50:05: RTMPPublisher::SocketLoop: Aborting due to FD_CLOSE, error 0 "

What is this "FD_CLOSE: and is it causing the issues?

Here's a link to the entire log: http://pastebin.com/LYejUF9N
I've also uploaded the crash dump file for viewing.

Appreciate all the help, if any more information is needed I would be glad to give it. ( New to the forum, not sure how the support works exactly.).

Thanks.
 

R1CH

Forum Admin
Developer
Your log seems to show a normal stream that was aborted by you pressing "Stop Streaming" or pressing a stop stream hotkey (you can see "FlushBufferedVideo" meaning OBS is flushing the remaining video packets). The FD_CLOSE disconnect happened during the flush which is expected once Twitch is done receiving the data, it will close the connection.
 
Top