ccrtp-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Ccrtp-devel] combining a sipstack with ccrtp


From: Dan Weber
Subject: [Ccrtp-devel] combining a sipstack with ccrtp
Date: Mon, 17 Jan 2005 11:27:40 -0500

Two days ago I was looking for a RTP stack to run along side with my
sipstack for our application.  We have a problem that doesn't affect the
sipstack but just the rtp stack.  

Here it goes:

The sip stack uses non-blocking io to handle all of its requests and
automatically times them out.  Well what I want to do is create an
RTPSession per each SIP INVITE I get.  I don't mind if it chooses the
port, but I need to be able to know what the port is so I can encode it
into the sip messages.  As well, I want it to automatically send an rtp
bye and timeout after a certain period of time.  Assuming the rtp stack
timesout correctly, and I store its instance in an auto_ptr, how can I
be sure it calls its destructor?

Dan




reply via email to

[Prev in Thread] Current Thread [Next in Thread]