[vlc] Re: SAP annoucment with rtp-stream out problem.
Philippe Van Hecke
philippe.vanhecke at belnet.be
Mon Aug 2 16:49:51 CEST 2004
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" );
?
Regards
Philippe.
--
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