Re: [FFmpeg-devel] [PATCH] libavformat/rtsp: Fix rtsps, do not force tcp transport

2016-01-26 Thread Michael Niedermayer
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

[FFmpeg-devel] [PATCH] libavformat/rtsp: Fix rtsps, do not force tcp transport

2016-01-25 Thread Yannick Poirier
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