python-librtmp icon indicating copy to clipboard operation
python-librtmp copied to clipboard

Hang forever in RTMP_write

Open xiaolongshi opened this issue 7 years ago • 2 comments

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.

xiaolongshi avatar Dec 23 '17 14:12 xiaolongshi

你好,你是怎么将flv发送到rtmp服务器的?可以分享下代码吗

wanggaolin avatar Dec 13 '19 01:12 wanggaolin

I'm looking for the same awnser !

KASDmusic avatar Dec 11 '22 15:12 KASDmusic