Re: [FFmpeg-devel] Secure RTSP

2016-09-24 Thread Jay
This approach should work with the other SSL implementations. They need to provide an implementation of `ffurl_get_file_handle` for getpeername. I will submit a patch according to the instructions I found here ( https://www.ffmpeg.org/developer.html#Submitting-patches-1 ). On Sat, Sep 24, 2016 at

Re: [FFmpeg-devel] Secure RTSP

2016-09-24 Thread Carl Eugen Hoyos
2016-09-24 16:20 GMT+02:00 Jay : > Hi. I am working on a project that requires RTSP over TLS with cafile > support. I patched 3.1.3 to work with openssl. If this is something of Can't this also work with the various other ssl implementations in FFmpeg? > interest, I am happy to finish out the pat

[FFmpeg-devel] Secure RTSP

2016-09-24 Thread Jay
Hi. I am working on a project that requires RTSP over TLS with cafile support. I patched 3.1.3 to work with openssl. If this is something of interest, I am happy to finish out the patch - please advise if a different approach is preferred. Thank you. Jay Ridgeway diff -x '*.[oda]' -Naur ffmpeg-3.