From 1818aca35b94183d2bdab1158e21250420abfdba Mon Sep 17 00:00:00 2001 From: Thulinma Date: Mon, 6 Jun 2016 16:30:52 +0200 Subject: [PATCH] Fixed RTMP push failing if wait time too long. --- src/output/output_rtmp.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/output/output_rtmp.cpp b/src/output/output_rtmp.cpp index ce80153d..b7492671 100644 --- a/src/output/output_rtmp.cpp +++ b/src/output/output_rtmp.cpp @@ -40,7 +40,7 @@ namespace Mist { streamOut = streamName; } } - + initialize(); INFO_MSG("About to push stream %s out. Host: %s, port: %d, app: %s, stream: %s", streamName.c_str(), host.c_str(), port, app.c_str(), streamOut.c_str()); myConn = Socket::Connection(host, port, false); if (!myConn){