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
Hi chrippa,
Thanks for your work on developing this great project. I am a developer from China.
Recently, I am using python-flashmedia to read flv file and push the stream to RTMP server using python-librtmp. The work could be done with these two.
While in some cases, the RTMP_write is hanging forever. I try to debug the reason why the issue happened. I found the tcp state is close_wait. And the RTMP is still writing to the socket without any error. Do you have any idea to solve this kind of issue?
Thanks in advance.
The text was updated successfully, but these errors were encountered:
Hi chrippa,
Thanks for your work on developing this great project. I am a developer from China.
Recently, I am using python-flashmedia to read flv file and push the stream to RTMP server using python-librtmp. The work could be done with these two.
While in some cases, the RTMP_write is hanging forever. I try to debug the reason why the issue happened. I found the tcp state is close_wait. And the RTMP is still writing to the socket without any error. Do you have any idea to solve this kind of issue?
Thanks in advance.
The text was updated successfully, but these errors were encountered: