Flowplayer (3.1 and trunk r205) does not close the connection on stop and seek. I'm using it with Pseudostream and mod_h264_streaming (ver. 2.0, lighttpd 1.5), but I guess that this is valid with FLV too.
When hitting the stop button, flowplayer does not close connection and actualy continues to download content, which is realy realy pointless, since after hitting play, new connection is established.
With every seek (again mod_h264_streaming) a new connection is established, but the old one stays active. This realy wastes resources. Also - because of the throttling method mod_h264_streaming uses, lowering the max-write-idle is not an option (could lead to disconnects).
ps.
I did some hacking in NetStreamControllingStreamProvider.doStop() to force closeStreamAndConnection=true, but this does not fix (at least temporary) the problem.
Thanks.
When hitting the stop button, flowplayer does not close connection and actualy continues to download content, which is realy realy pointless, since after hitting play, new connection is established.
With every seek (again mod_h264_streaming) a new connection is established, but the old one stays active. This realy wastes resources. Also - because of the throttling method mod_h264_streaming uses, lowering the max-write-idle is not an option (could lead to disconnects).
ps.
I did some hacking in NetStreamControllingStreamProvider.doStop() to force closeStreamAndConnection=true, but this does not fix (at least temporary) the problem.
Thanks.