[streaming] VLS: TTL and lost packets during multicast

montez montez at lcmi.ufsc.br
Wed Feb 19 14:36:22 CET 2003



Hi Anil,

We altered the code and we had success in changing the ttl value in Windows.

You must change the netoutput.cpp file in src\modules\netchannel directory.

Include the lines below:

#ifdef _WIN32
#include <ws2tcpip.h>
#define IP_MULTICAST_TTL 10
#endif

And remove the clausule
#ifndef _WIN32

in method C_NetOutput::OnInit()

I hope it helps you

   Carlos Montez


the


>     * To: vls at videolan.org <mailto:vls at videolan.org>, vlc at videolan.org
>       <mailto:vlc at videolan.org>
>     * Subject: VLS: TTL and lost packets during multicast
>     * From: Anil Kumar Gupta <anilkgupta at lucent.com
>       <mailto:anilkgupta at lucent.com>>
>     * Date: Thu, 13 Jun 2002 17:18:40 +0530
>     * Cc: anilkgupta at lucent.com <mailto:anilkgupta at lucent.com>
>     * Delivered-To: vls-archive at via.ecp.fr
>     * Delivered-To: vls at via.ecp.fr
>     * Organization: Lucent Technolgies
>     * References: <20020530222759.GA30219 at sphinx.via.ecp.fr>
>       <3CF73D77.2060400 at rfa.org>
>     * Reply-To: vls at videolan.org <mailto:vls at videolan.org>
> * Sender: vls-bounce at videolan.org <mailto:vls-bounce at videolan.org>

>Hi,
>I tried to use VLS for multicast but it did not pick up  the value of TTL as
>set in vls.cfg. It was sending with default value. Any ideas what could be
>wrong?
>Second issue is with lost packets during multicast. If packets are lost during
>multicast, will VLC still be able to construct the VIDEO or it can't? In my
>case it showed lots of error.
>
>Regards,
>Anil





-- 
This is the streaming mailing-list, see http://www.videolan.org/streaming/
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 streaming mailing list