On Sun, 16 Oct 2016 21:20:04 +
Jay wrote:
> This is the approach present in avformat/rtsp.c, but I can modify. What is
> preferred?
>
> For clarity, this patch does not copy url params from the `rtsps://` input.
> It passes tls params provided as cmd line options to the `tls://` protocol
> h
This is the approach present in avformat/rtsp.c, but I can modify. What is
preferred?
For clarity, this patch does not copy url params from the `rtsps://` input.
It passes tls params provided as cmd line options to the `tls://` protocol
handler.
Personally, I would like tls negotiation to be reco
On Sun, 16 Oct 2016 12:24:37 -0400
jayri...@gmail.com wrote:
> From: Jay Ridgeway
>
> Pass TLS args to support RTSPS. This patch requires TLS patch.
> ---
> libavformat/rtsp.c | 19 ---
> libavformat/rtsp.h | 8
> 2 files changed, 24 insertions(+), 3 deletions(-)
>
>