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 place in the library, this would require either a fork of the library or some nasty trickery to link socket calls (like sendto (…), recvfrom (…), etc) to your own implementation that handles the TLS encryption. Creating a socket that is used with a TLS protocol, then passing to Live555 would break the TLS protocol as Live555 would send data that was not encrypted using TLS function calls (like SSL_read/write(…)). -Jer
_______________________________________________ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel