On Thu, Jan 21, 2016 at 10:23:52AM +0100, Yannick Poirier wrote:
>
> rtsp over ssl is not working. tls does not implement
> prot->url_get_file_handle so ffurl_get_file_handle() fails.
> struct sockaddr_storage peer is initialized but not used, remove it.
> rtsps lower transport was set to TCP. Tr
rtsp over ssl is not working. tls does not implement prot->url_get_file_handle
so ffurl_get_file_handle() fails.
struct sockaddr_storage peer is initialized but not used, remove it.
rtsps lower transport was set to TCP. Transport could be UDP. It permits to use
RTSPS + SRTP.
---
libavformat/r