Re: [FFmpeg-devel] [PATCH] RTSP: pass TLS args for RTSPS

2016-10-16 Thread Jay
OK. I understand. I do not see anything like that in tls. On Sun, Oct 16, 2016 at 11:06 AM Michael Niedermayer wrote: > On Sun, Oct 16, 2016 at 01:43:24PM +, Jay wrote: > > On Sat, Oct 15, 2016 at 10:44 PM Michael Niedermayer > > > wrote: > >

Re: [FFmpeg-devel] [PATCH] RTSP: pass TLS args for RTSPS

2016-10-16 Thread Michael Niedermayer
On Sun, Oct 16, 2016 at 01:43:24PM +, Jay wrote: > On Sat, Oct 15, 2016 at 10:44 PM Michael Niedermayer > wrote: > > > On Sat, Oct 15, 2016 at 08:31:23PM +, Jay wrote: > > > Thank you for the feedback. I have been trying to get RTSPS cert > > validation > > >

Re: [FFmpeg-devel] [PATCH] RTSP: pass TLS args for RTSPS

2016-10-16 Thread Jay
On Sat, Oct 15, 2016 at 10:44 PM Michael Niedermayer wrote: > On Sat, Oct 15, 2016 at 08:31:23PM +, Jay wrote: > > Thank you for the feedback. I have been trying to get RTSPS cert > validation > > incorporated for several weeks. I would greatly appreciate someone on

Re: [FFmpeg-devel] [PATCH] RTSP: pass TLS args for RTSPS

2016-10-15 Thread Michael Niedermayer
On Sat, Oct 15, 2016 at 08:31:23PM +, Jay wrote: > Thank you for the feedback. I have been trying to get RTSPS cert validation > incorporated for several weeks. I would greatly appreciate someone on the > core team helping me guide this to completion. Please find your questions > answered

Re: [FFmpeg-devel] [PATCH] RTSP: pass TLS args for RTSPS

2016-10-15 Thread Jay
Thank you for the feedback. I have been trying to get RTSPS cert validation incorporated for several weeks. I would greatly appreciate someone on the core team helping me guide this to completion. Please find your questions answered below. > the get_file_handle extensions should be in a spererate

Re: [FFmpeg-devel] [PATCH] RTSP: pass TLS args for RTSPS

2016-10-15 Thread Michael Niedermayer
On Sat, Oct 01, 2016 at 04:20:39PM -0400, jayri...@gmail.com wrote: > From: Jay Ridgeway > > > This patch enables TLS args for RTSPS. This is necessary for client > certificates and cert validation. > > Squash changes from feedback into one patch. > > --- >

Re: [FFmpeg-devel] [PATCH] RTSP: pass TLS args for RTSPS

2016-10-14 Thread Jay
Thanks to the suggestion from Compn on IRC, I set up a test server for this patch. Once the patch is applied it can be tested as follows. The cert is self signed and ( as with TLS ) the hostname is not verified with openssl. wget

[FFmpeg-devel] [PATCH] RTSP: pass TLS args for RTSPS

2016-10-01 Thread jayridge
From: Jay Ridgeway This patch enables TLS args for RTSPS. This is necessary for client certificates and cert validation. Squash changes from feedback into one patch. --- libavformat/rtsp.c| 19 --- libavformat/rtsp.h| 8