RootEncoder icon indicating copy to clipboard operation
RootEncoder copied to clipboard

when streaming this show log javax.net.ssl.SSLException: Write error: ssl=0x75a012db08: I/O error during system call, Broken pipe

Open PongPloy2016 opened this issue 2 years ago • 1 comments

When you press streaming for a moment and for a while it stops and shows. this unit show message log javax.net.ssl.SSLException: Write error: ssl=0x75a012db08: I/O error during system call, Broken pipe

and you watch video demo in link https://drive.google.com/file/d/1F2j3hjQulBL4rXLpPvA_su5sfj_JT5b-/view?usp=sharing

Screen Shot 2565-03-25 at 00 50 21

javax.net.ssl.SSLException: Write error: ssl=0x7588115008: I/O error during system call, Broken pipe at com.android.org.conscrypt.NativeCrypto.SSL_write(Native Method) at com.android.org.conscrypt.NativeSsl.write(NativeSsl.java:422) at com.android.org.conscrypt.ConscryptFileDescriptorSocket$SSLOutputStream.write(ConscryptFileDescriptorSocket.java:656) at java.io.OutputStream.write(OutputStream.java:75) at com.android.org.conscrypt.ConscryptFileDescriptorSocket$SSLOutputStream.write(ConscryptFileDescriptorSocket.java:629) at com.pedro.rtmp.rtmp.message.RtmpHeader.writeHeader(RtmpHeader.kt:121) at com.pedro.rtmp.rtmp.message.RtmpHeader.writeHeader(RtmpHeader.kt:112) at com.pedro.rtmp.rtmp.message.RtmpMessage.writeHeader(RtmpMessage.kt:118) at com.pedro.rtmp.rtmp.CommandsManager.sendAudioPacket(CommandsManager.kt:265) at com.pedro.rtmp.rtmp.RtmpSender.start$lambda-2(RtmpSender.kt:123) at com.pedro.rtmp.rtmp.RtmpSender.$r8$lambda$RWpSSbIll9sp_byGoOkFIfDGBxg(Unknown Source:0) at com.pedro.rtmp.rtmp.RtmpSender$$ExternalSyntheticLambda0.run(Unknown Source:2) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641) at java.lang.Thread.run(Thread.java:764)

plase help :

PongPloy2016 avatar Mar 24 '22 19:03 PongPloy2016

Hello,

This is normally produced because the server side close connection abruptly. You should check server logs to know reason. Also, you should check internet connection (if you lose connection for a bit this error could be produced).

pedroSG94 avatar Mar 25 '22 00:03 pedroSG94