增加日志

master
Matthew 7 months ago
parent 80c53d731f
commit fa48cdad1d

@ -193,6 +193,7 @@ public class RtmpConnection implements RtmpPublisher {
connectingLock.wait(5000);
} catch (InterruptedException ex) {
// do nothing
ex.printStackTrace();
}
}
if (!connected) {

Loading…
Cancel
Save