> 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
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
> 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
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