linphone-developers
[Top][All Lists]
Advanced

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

Re: [Linphone-developers] oRTP: receiving packets with unknown TS delta?


From: Simon Morlat
Subject: Re: [Linphone-developers] oRTP: receiving packets with unknown TS delta?
Date: Mon, 21 Aug 2006 14:28:15 +0200
User-agent: KMail/1.9.3

oRTP does not need to know about the delta between packet timestamp. The only 
prequesite is to have a PayloadType that defines a clock_rate.
Then you can use rtp_session_recvm_with_ts() and dump out packets.
Simon

Le mardi 15 août 2006 18:51, Nicholas J Humfrey a écrit :
> Hi,
>
> Is is possible to use oRTP to receive an RTP stream, when the delta
> between packet's time-stamps is unknown? I want to write a Payload
> Type agnostic recording tool, which just records packets to disk/stdout.
>
> I guess I am just looking for a rtp_session_recvm() type function,
> which just returns the first available RTP packet. Would be nice to
> be able to use the oRTP networking code, rather than write my own
> routines to do it.
>
>
> nick.
>
>
>
>
>
> _______________________________________________
> Linphone-developers mailing list
> address@hidden
> http://lists.nongnu.org/mailman/listinfo/linphone-developers




reply via email to

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