Opened 23 months ago

Closed 23 months ago

Last modified 23 months ago

#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 Paolo)

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)

Corret RTSP Teardown in FFmpeg - missing in FFPlay.PNG (63.7 KB ) - added by Paolo 23 months ago.

Download all attachments as: .zip

Change History (4)

comment:1 by Paolo, 23 months ago

Summary: FFplay no RTSP Teardown missingFFplay RTSP Teardown missing

comment:2 by Paolo, 23 months ago

Description: modified (diff)

comment:3 by Balling, 23 months ago

Keywords: FFplay RTSP Teardown removed
Resolution: duplicate
Status: newclosed

Duplicate of #4929. But thanks for confirming ffmpeg itself is not affected.

Last edited 23 months ago by Balling (previous) (diff)
Note: See TracTickets for help on using tickets.