|
Thanks. gtk? The GIMP Toolkit
source code? Regards, Andrew Date: Mon, 11 Sep 2006
07:48:38 +0200 (CEST) From: Jaap Keuter
<jaap.keuter@xxxxxxxxx> Subject: Re:
[Wireshark-users] Merging RTP streams of a voice call To: Community support list
for Wireshark <wireshark-users@xxxxxxxxxxxxx> Message-ID: <20060911074736.D24639-100000@xxxxxxxxxxxxx> Content-Type: TEXT/PLAIN;
charset=US-ASCII Hi, Check out gtk/rtp_analysis.c
copy_file function as an example. Thanx, Jaap On Sun, 10 Sep 2006, Andrew
Chalk wrote: > I have to merge the two
RTP streams corresponding to two sides of a > VoIP phone call. The
media is in G.711 muLaw format. How should I do > this? Look at the RTP
timestamps and add the sample values at each moment in time? > > Many thanks. > |