Re: [FFmpeg-devel] [PATCH] avformat/rtsp: add TLS options

2025-05-06 Thread Michael Niedermayer
Hi Daniel, Marvin On Tue, May 06, 2025 at 03:51:01PM +0200, Marvin Scholz wrote: > From: Daniel N Pettersson > > Add TLS options to RTSP for when TLS is used for the lower protocol. > > Signed-off-by: Marvin Scholz > Co-authored-by: Marvin Scholz > --- > libavformat/rtsp.c | 30 +

[FFmpeg-devel] [PATCH] avformat/rtsp: add TLS options

2025-05-06 Thread Marvin Scholz
From: Daniel N Pettersson Add TLS options to RTSP for when TLS is used for the lower protocol. Signed-off-by: Marvin Scholz Co-authored-by: Marvin Scholz --- libavformat/rtsp.c | 30 +- libavformat/rtsp.h | 9 + 2 files changed, 38 insertions(+), 1 deletio