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

2025-07-11 Thread Marvin Scholz
On 7 Jul 2025, at 13:15, Andreas Rheinhardt wrote: > 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 | 26 +

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

2025-07-07 Thread Andreas Rheinhardt
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 | 26 +- > libavformat/rtsp.h | 11 +++ > 2 files cha