[Serdev] About Video over NAT on SER
Rodrigo Frez
rfrez at vtr.net
Tue Jan 13 11:42:09 UTC 2004
Ok... I see if i can achieve something... by the way. In a recent post I
send a piece of code that must be included in rtpproxy main.c, if you
want to compile on linux. It is not enough to use SA_LEN(x) instead of
sa_len structure member because SA_LEN is deprecated of glibc 2.2.3 and
upper so what I use is:
# ifndef NO_LIBC_SA_LEN
# define SA_LEN(_x) __libc_sa_len((_x)->sa_family)
extern int __libc_sa_len (sa_family_t __af) __THROW;
# endif
In fact when I had the glibc 2.2.2 and the code compiled withouth
problem, the proxy was very unstable, so I recommend to use this
definition that takes the size of socket address...
-----Original Message-----
From: Maxim Sobolev [mailto:sobomax at portaone.com]
Sent: Martes, 13 de Enero de 2004 8:30
To: Jan Janak
Cc: Rodrigo Frez; serdev at lists.iptel.org
Subject: Re: [Serdev] About Video over NAT on SER
Jan Janak wrote:
> If you contribute the code then we will include it, but since nobody
> else has asked for it, we do not plan to implement in the near future
(I
> don't know Maxim's plans, but I guess it will be the same).
Absolutely. I will be glad to integrate contributed code.
-Maxim
>
> Jan.
>
> On 12-01 14:02, Rodrigo Frez wrote:
>
>>"nathelper module supports audio streams only, it doesn't change the
IP
>>of videostreams in SDP so it will work only one direction
(UA<->NAT<->SER<->NAT<->UA)"
>>
>>Is there plan for future releases to support the change of IP of
videostreams
>>in SDP???
>>
>>Thanks...
>>
>>_______________________________________________
>>Serdev mailing list
>>serdev at lists.iptel.org
>>http://lists.iptel.org/mailman/listinfo/serdev
>
>
> _______________________________________________
> Serdev mailing list
> serdev at lists.iptel.org
> http://lists.iptel.org/mailman/listinfo/serdev
>
>
>
More information about the Serdev
mailing list