Bug Report OBS streaming over RTMPS fails - Aborting due to FD_CLOSE, error 0

CarlosOnline

New Member
OBS RTMPS streaming fails over RTMPS

Installed OpenSSL from http://www.slproweb.com/products/Win32OpenSSL.html
Installed ZLib from http://gnuwin32.sourceforge.net/packages/zlib.htm

Recompiled with ZLIB_DLL;HAVE_OPENSSL; defined NO_CRYPTO undefined

Streaming to wowza server - where it supports the following SSL protocols.

2016-08-19 18:42:29 comment server INFO SSLInfo.ProtocolsSupported: SSLv2Hello,SSLv3,TLSv1,TLSv1.1,TLSv1.2 200 - - - - 2.469 - - - - - - - - - - - - - - - - - - - - - - - - -
2016-08-19 18:42:29 comment server INFO SSLInfo.ProtocolsEnabled: SSLv2Hello,TLSv1,TLSv1.1,TLSv1.2 200 - - - - 2.469 - - - - - - - - - - - - - - - - - - - - - - - - -
 

Attachments

  • 2016-08-19-1428-48.log
    6.3 KB · Views: 17

R1CH

Forum Admin
Developer
FD_CLOSE with code 0 means the remote end closed the connection, you'll need to figure out why that is. RTMPS is completely untested though so it's not surprising it isn't working.
 
Top