<div dir="ltr">Ughr... ffmpeg-devel: not for bug reports... It is evil that I can't simple send patch/report via mail :-(<br></div><div class="gmail_extra"><br><br><div class="gmail_quote">2014-09-11 4:54 GMT+11:00 wm4 <span dir="ltr"><<a href="mailto:nfxjfg@googlemail.com" target="_blank">nfxjfg@googlemail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5">On Wed, 10 Sep 2014 12:37:19 +1100<br>
Alexander Drozdov <<a href="mailto:adrozdoff@gmail.com">adrozdoff@gmail.com</a>> wrote:<br>
<br>
> Hi!<br>
><br>
> In our project we uses FFmpeg to demux RTMP streams. Input stream takes<br>
> from Wowza/nginx-rtmp. Our application is a daemon that try to connect to<br>
> source periodicaly if it does not present (does not published to Wowza, for<br>
> example). We also use interrupt callback to break connection if timeout is<br>
> occured. So in this situation:<br>
> - Alive server<br>
> - Alive streaming application<br>
> - Configured inerrupt callback with timeout<br>
> - Disalive stream<br>
><br>
> TCP socket to server does not closes.<br>
><br>
> I look into code with debugger and found place where error is occured:<br>
> rtmpproto.c, rtmp_open() L:2672<br>
><br>
> Root couse: return from function without resources clean up<br>
><br>
> Solution: replace return with 'goto fail'<br>
><br>
> Path is attached.<br>
><br>
<br>
</div></div>Not many developers read this list, so maybe you should post it to<br>
ffmpeg-devel. Your patch look ok; maybe using git format-patch would be<br>
slightly better.<br>
_______________________________________________<br>
Libav-user mailing list<br>
<a href="mailto:Libav-user@ffmpeg.org">Libav-user@ffmpeg.org</a><br>
<a href="http://ffmpeg.org/mailman/listinfo/libav-user" target="_blank">http://ffmpeg.org/mailman/listinfo/libav-user</a><br>
</blockquote></div><br><br clear="all"><br>-- <br><div dir="ltr"><div>WBR, Alexander Drozdov<br></div><a href="http://htrd.su" target="_blank">http://htrd.su</a><br></div>
</div>