Any suggestions for a clean place to add SRTP? I'm pretty new to the liveMedia
stack and my initial assessment/idea is to add SRTP in RTPInterface::sendPacket
and RTPInterface::handleRead. Of course a "Crypto Context" and some key
Management objects would have to be added but adding them here wi
>Now, I try to get also udp://@ entries to work. Can I realize that
>with your library too, without any rtsp server? For example by
>creating a Mediasession with a fake sdpDescription?
Yes, but only for multicast streams. Unicast streams must, in
general, be set up using RTSP.
Also, BTW, if
Hi Ross,
I'm writing a video player based on a m3u file.
rtsp:// entries are already working, thanks to your great library.
Now, I try to get also udp://@ entries to work. Can I realize that with
your library too, without any rtsp server? For example by creating a
Mediasession with a fake sdpDesc
Hi all,
Does anybody worked with live555 for a Sip User Agent?
I was thinking about using it but SIPClient.cpp seems to be made only to
receive messages once it has send the first transaction. Seem that it can't
receive invites, register to a server or handle incoming messages from other
UAs when