You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
java.net.SocketException: Connection reset
at java.net.SocketInputStream.read(SocketInputStream.java:191)
at java.net.SocketInputStream.read(SocketInputStream.java:143)
at com.haishinkit.net.NetSocketImpl.doInput(NetSocketImpl.kt:102)
at com.haishinkit.net.NetSocketImpl.doConnection(NetSocketImpl.kt:167)
at com.haishinkit.net.NetSocketImpl.access$doConnection(NetSocketImpl.kt:21)
at com.haishinkit.net.NetSocketImpl$connect$1.invokeSuspend(NetSocketImpl.kt:60)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:108)
at kotlinx.coroutines.internal.LimitedDispatcher$Worker.run(LimitedDispatcher.kt:115)
at kotlinx.coroutines.scheduling.TaskImpl.run(Tasks.kt:103)
at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:584)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:793)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:697)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:684)
Also observed handleEvent and it is going inside this condition
if (event.data.toString().contains("code=NetConnection.Connect.Closed")
&& event.type == "rtmpStatus"
) {
Is there anyway I could reconnect to the same stream without calling stop. I am using nginx rtmp server. I have checked the server and there is no problem there. I have even checked other streaming apps and it works, like OBS, streamlabs...
Kindly help. Thanks.
The text was updated successfully, but these errors were encountered:
Also observed handleEvent and it is going inside this condition
Is there anyway I could reconnect to the same stream without calling stop. I am using nginx rtmp server. I have checked the server and there is no problem there. I have even checked other streaming apps and it works, like OBS, streamlabs...
Kindly help. Thanks.
The text was updated successfully, but these errors were encountered: