[vls-devel] Re: TTL issue, with more than one channel

Alexis de Lattre alexis at via.ecp.fr
Mon Jun 2 13:44:03 CEST 2003


On Mon, Jun 02, 2003, Nicklas Westberg wrote :
> BEGIN "mcast"
>   Type    = "mcast"
>   TTL     = "4"			  #Time To Live
>   DstHost = "239.1.1.2"
>   DstPort = "11111"
> END

You should put instead :

BEGIN "mcast"
   Type    = "multicast"
   TTL     = "4"
   DstHost = "239.1.1.2"
   DstPort = "11111"
END

It should work better now...

-- 
Alexis
-- 
This is the vls-devel mailing-list, see http://www.videolan.org/streaming/
To unsubscribe, please read http://developers.videolan.org/lists.html
If you are in trouble, please contact <postmaster at videolan.org>



More information about the vls-devel mailing list