[FFmpeg-devel] [PATCH] rtsp protocol : teardown packet not sent

Nicolas Adenis-Lamarre nicolas.adenis.lamarre at gmail.com
Sun Oct 18 22:13:29 CEST 2015


The rtsp protocol requires the client to send a packet at the end of the
connexion.
FFmpeg basic network function check wether the user aborted the
communication and don't send the packet in this case.
So the protocol is not respected.
This commit removes the check. An other possibility would have to add an
extra parameter to these functions to force the packet sending.

https://trac.ffmpeg.org/ticket/4929

Signed-off-by: Nicolas Adenis-Lamarre <nicolas.adenis-lamarre at gmail.com>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: RTSP_TEARDOWN.patch
Type: text/x-patch
Size: 1738 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20151018/3ecf2038/attachment.bin>


More information about the ffmpeg-devel mailing list