Re: [Live-devel] Live555 support for RTSP over TLS

2016-10-06 Thread Ross Finlayson
> It sounds like Gaurav wants to use Live555 w/ with a TLS socket for encrypted > media transmission over a network. > > I could be incorrect, but since I have not seen a network abstraction in > place in the library, this would require either a fork of the library or some > nasty trickery to l

Re: [Live-devel] Live555 support for RTSP over TLS

2016-10-06 Thread Jeremiah Morrill
Sorry to interject in you guys’ conversation, but I think there’s a bit of confusion (maybe by me even). It sounds like Gaurav wants to use Live555 w/ with a TLS socket for encrypted media transmission over a network. I could be incorrect, but since I have not seen a network abstraction in pla

Re: [Live-devel] Live555 support for RTSP over TLS

2016-10-06 Thread Ross Finlayson
> As per your suggestion, in RTSPServer class, I need to pass the TLS socket > number to RTSPServer constructor. > I am using OpenSSL for creating TLS socket. When I create TLS socket, it > returns SSL type object. How can I pass that SSL type object to RTSPServer > constructor? Get the (TLS) s

Re: [Live-devel] Live555 support for RTSP over TLS

2016-10-06 Thread Gaurav Badhan
Hi Ross, As per your suggestion, in RTSPServer class, I need to pass the TLS socket number to RTSPServer constructor. I am using OpenSSL for creating TLS socket. When I create TLS socket, it returns SSL type object. How can I pass that SSL type object to RTSPServer constructor? I have attached sam