[FFmpeg-devel] sending RTSP keep alive even when paused

2023-08-31 Thread Tmc Tmc
Thank you for the response. With all due respect, my email is NOT about the RTSP standard, or the vendor specifics. FFmpeg code already does the necessary stuff by sending either GET_PARAMETER or OPTIONS. I was merely talking about moving that a little above, so that it works the same way in eve

Re: [FFmpeg-devel] sending RTSP keep alive even when paused

2023-08-28 Thread Rémi Denis-Courmont
No Le 27 août 2023 17:43:13 GMT+03:00, Tmc Tmc a écrit : >Hi All, >I found a bug in ffmpeg's RTSP implementation. > >The workflow is as follows: > >1. Have a RTSP server that supports Pause. >2. Have ffmpeg play a video from that server (rtsp://:...). >3. Pause the video in ffmpeg. >4. ffmpeg do

[FFmpeg-devel] sending RTSP keep alive even when paused

2023-08-27 Thread Tmc Tmc
Hi All, I found a bug in ffmpeg's RTSP implementation. The workflow is as follows: 1. Have a RTSP server that supports Pause. 2. Have ffmpeg play a video from that server (rtsp://:...). 3. Pause the video in ffmpeg. 4. ffmpeg does NOT properly send the keep alive when Paused (either "GET_PARAMETE