linphone-developers
[Top][All Lists]
Advanced

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

Re: [Linphone-developers] oRTP und MTU Size


From: Simon Morlat
Subject: Re: [Linphone-developers] oRTP und MTU Size
Date: Mon, 09 Aug 2010 16:13:50 +0200

Hi,

Use 
void rtp_session_set_recv_buf_size(RtpSession *session, int bufsize);
By default it is limited to 1500.
On the Internet, fragmented UDP packet are often discarded.

Simon

Le mercredi 07 juillet 2010 à 15:55 +0000, St Burcher a écrit :
> Hi,
> 
> I'm using oRTP to stream files.
> My payload is 1764 Bytes. So, it is greater than the MTU (1500 Bytes).
> The package is fragmented. So far, so good.
> But, rtp_session_recv_with_ts() receives only 1480 Bytes. It looks to
> me that this is only the first fragment?
> 
> May anybody help me?
> 
> All regards
> Steven
> 
> 
> ______________________________________________________________________
> Künftig E-Mails über Hotmail ohne Werbung versenden!
> _______________________________________________
> 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]