We are using jwplayer as a rtmp client to play the live stream, everything works fine but close the rtmp stream. As we can follow the rtmp protocol, when we close the rtmp stream , we should invoke some command like closeStream or post a http request /close/someid/somenum (during rtmpt close the connection), rather than finish the tcp connection which is exactly what jwplayer do.
So how can we config jwplayer to make it invoke closeStream in flash or post a close http request when closing the rtmp stream.
Thanks very much for any answers.
↧