#9792 closed defect (duplicate)
FFplay RTSP Teardown missing
Reported by: | Paolo | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | undetermined |
Version: | unspecified | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Reproduced by developer: | no | |
Analyzed by developer: | no |
Description (last modified by )
Using FFPlay to show a Rtsp stream on Win10 (unicast, via udp).
When FFPlay is terminated by user input 'q', the RTSP session is not closed as RTSP Standards requirement.
FFMpeg, for the same stream send RTSP TearDown when closing.
Data captured by WireShark for the correct close from FFMpeg (for a local camera stream):
Request: TEARDOWN rtsp://10.144.131.101/videoinput/1/h264/1/ RTSP/1.0\r\n
Method: TEARDOWN
URL: rtsp://10.144.131.101/videoinput/1/h264/1/
CSeq: 6\r\n
User-Agent: Lavf59.16.100\r\n
Session: 1823989208
\r\n
FFPlay when is stopped, send nothig to camera - the camera continue to send a UDP Rtp stream for a lot o time.
The same camera with FFMpeg terminate the stream correctly.
I have tried a lot of version, also old 32bit, but all suffers of this bug.
Thanks alot, for anyone will patch this!
Attachments (1)
Change History (4)
by , 3 years ago
Attachment: | Corret RTSP Teardown in FFmpeg - missing in FFPlay.PNG added |
---|
comment:1 by , 3 years ago
Summary: | FFplay no RTSP Teardown missing → FFplay RTSP Teardown missing |
---|
comment:2 by , 3 years ago
Description: | modified (diff) |
---|
comment:3 by , 3 years ago
Keywords: | FFplay RTSP Teardown removed |
---|---|
Resolution: | → duplicate |
Status: | new → closed |
Duplicate of #4929. But thanks for confirming ffmpeg itself is not affected.