[FFmpeg-devel] [PATCH 0/2] RTSP: pass TLS args to RTSPS

jayridge at gmail.com jayridge at gmail.com
Sat Oct 1 21:42:37 EEST 2016


From: Jay Ridgeway <jayridge at gmail.com>


This patch enables client cert and cert validation for RTSPS.

This is the second submission of this patch. Still learning git send-email.


Jay Ridgeway (2):
  pass TLS args for RTSPS
  RTSPS: use type bool and lower case opt descriptions

 libavformat/rtsp.c                | 19 ++++++++++++++++---
 libavformat/rtsp.h                |  8 ++++++++
 libavformat/tls_gnutls.c          |  7 +++++++
 libavformat/tls_openssl.c         |  7 +++++++
 libavformat/tls_schannel.c        |  7 +++++++
 libavformat/tls_securetransport.c |  7 +++++++
 6 files changed, 52 insertions(+), 3 deletions(-)

-- 
2.6.3



More information about the ffmpeg-devel mailing list