[vlc] Re: SAP annoucment with rtp-stream out problem.
Gildas Bazin
gbazin at altern.org
Mon Aug 2 17:46:21 CEST 2004
On Monday 02 August 2004 16:49, Philippe Van Hecke wrote:
> Le Monday 02 August 2004 13:30, Philippe Van Hecke a écrit :
> > Hi,
> >
> > It seem that the ttl for sap announcement send using the rtp-stream-out
> > module is alway set to 1.
> >
> > Is this correct or i am wrong ?
> looking of the debug output i can see this
> [00000417] main private error: option i_ttl does not exist.
>
> looking into code it seem that this error is trigered
> by
>
>
> if( i_ttl < 1 )
> i_ttl = config_GetInt( p_this, "i_ttl" );
>
> in modules/misc/network/ipv4.c
>
> should not this rewriten like this
>
> i_ttl = config_GetInt( p_this, "ttl" );
> ?
Thanks for noticing this, this is now fixed in svn.
--
Gildas
--
This is the vlc mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://www.videolan.org/support/lists.html
If you are in trouble, please contact <postmaster at videolan.org>
More information about the vlc
mailing list