[Live-devel] Live555 support for RTSP over TLS
Jeremiah Morrill
Jeremiah.Morrill at econnect.tv
Thu Oct 6 09:30:10 PDT 2016
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.live555.com/pipermail/live-devel/attachments/20161006/b8b99d97/attachment.html>
More information about the live-devel
mailing list