PDA

View Full Version : Socket error 10054 when streaming with RTMPT


vinh107108
03-19-2012, 03:51 AM
I am using libRTMP to publish stream to FMS.

It goes well with rtmp protocol, but when I use rtmpt, I always end up with the socket error 10054 after a few minutes. It causes "stack overflow" on my program.

Does anyone know the root cause of this error?

Thanks!

KSV
03-19-2012, 07:39 AM
Error 10054 is connection reset error. use Wireshark to trace who is initiating the connection reset (client or server) and look for any abnormality in the leading events just before the reset occurs.