Hello everyone,
I am a newbie to ccRTP and I would like to use it for sending generated wave
data via RTP, but I have a problem now, that obviously nobody on the
internet ever had before :/
I had some close looks at the documentation, demo programs and the internet
to figure out how to use ccRTP inside my application.

Basically I did this:

#include ...

const int TRANSMITTER_BASE = 65000;
RTPSession *session;
...

int main(void)
{
  ...
  // This line causes the error...
  session = new RTPSession(local_ip,TRANSMITTER_BASE);
}

The application is compiled and built properly, but at execution I get:

terminate called after throwing an instance of 'ost::Socket*'

and that's all. Can somebody help me about this problem?
Im running Mepis, using g++ 4.1.

Thanks very much in advance for your help!

CLJane


-- 
View this message in context: 
http://www.nabble.com/Please-help%3A-terminate-called-after-throwing-an-instance-of-%27ost%3A%3ASocket*%27-tp18892975p18892975.html
Sent from the Gnu - ccRTP - Dev mailing list archive at Nabble.com.



_______________________________________________
Ccrtp-devel mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/ccrtp-devel

Reply via email to