Fixed RTMP push failing if wait time too long.
This commit is contained in:
parent
fcd11f44c4
commit
1818aca35b
1 changed files with 1 additions and 1 deletions
|
@ -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){
|
||||
|
|
Loading…
Add table
Reference in a new issue