[Live-devel] SRTP

2007-09-28 Thread Chris Kavanagh
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

Re: [Live-devel] udp client

2007-09-28 Thread Ross Finlayson
>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

[Live-devel] udp client

2007-09-28 Thread Hans Peter
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

[Live-devel] SIP

2007-09-28 Thread Sergi Puigventós
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