Re: [Live-devel] RTSP over SSL

2016-11-28 Thread Warren Young
On Nov 25, 2016, at 2:49 AM, Robin Swoboda wrote: > > So could it be an option to implement send and receive callbacks into live555 > that we could use an own HTTPS client that performs the encryption If you’re using RTSP *and* RTP over HTTPS, you don’t need to modify Live555, for the server s

Re: [Live-devel] RTSP over SSL

2016-11-25 Thread Robin Swoboda
Ok thx, that’s a pity. :/ So could it be an option to implement send and receive callbacks into live555 that we could use an own HTTPS client that performs the encryption + sending/receiving data and forwards everything to live555 which does the rest? Maybe this could already done with the existi

Re: [Live-devel] RTSP over SSL

2016-11-25 Thread Ross Finlayson
Unfortunately I was mistaken when - a few years ago - I suggested that it would be easy to support RTSP-over-SSL with our libraries. I had been assuming that the underlying OS makes it possible to create a socket that can be read from/written to using regular socket I/O functions like “recvfrom