linphone-developers
[Top][All Lists]
Advanced

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

Re: [Linphone-developers] Using oRTP without any socket.


From: Vadim Lebedev
Subject: Re: [Linphone-developers] Using oRTP without any socket.
Date: Tue, 29 Jul 2008 00:05:41 +0200



Look in the file rtpsession.h


Thanks
Vadim
Le 28 juil. 08 à 15:47, Detlev Casanova a écrit :

On Friday 18 July 2008 16:35:50 you wrote:
Detlev Casanova wrote:
Hey, I was wondering if it is possible to use the oRTP library without giving it a socket but simply giving the data to send and retrieve the
RTP packet to send it myself with a socket of my own.

That's how OpenSSL works and as I used it in the past, I could reuse code
to make use of oRTP.

Cheers,
Detlev.

------------------------------------------------------------------------

_______________________________________________
Linphone-developers mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/linphone-developers

Ho Detlef

oRtp supports the concept of RpTransport which is an abstraction layer
over socket interface.

Thanks
Vadim

Is there any documentation on RtpTransport because I can't find any ?
Also, I have a little implementation already in place (with sockets in oRTP) but when I call rtp_session_recvm_with_ts, it always return NULL even though
there is data on the socket (headers + data that I've sent)

Cheers,

Detlev Casanova.





reply via email to

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