[vlc-devel] [PATCH] [RESEND] Add support for AMT multicast tunneling over non-multicast enabled networks

Ilkka Ollakka ileoo at videolan.org
Wed May 15 14:02:58 CEST 2019


On Mon, May 13, 2019 at 10:51:21AM -0400, Wayne Brassem wrote:
> Resend of submission sent on May 6th.

Hi,

I think there is some formating issues with the patch, or my email client reads the attachement oddly.

> @@ -373,6 +373,10 @@ libudp_plugin_la_SOURCES = access/udp.c
>  libudp_plugin_la_LIBADD = $(SOCKET_LIBS)
>  access_LTLIBRARIES += libudp_plugin.la <http://libudp_plugin.la/>

Like this, notice the < >

>  
> +libamt_plugin_la_SOURCES = access/amt.c access/amt.h
> +libamt_plugin_la_LIBADD = $(SOCKET_LIBS)
> +access_LTLIBRARIES += libamt_plugin.la <http://libamt_plugin.la/>
> +

and this,

> + * Authors: Christophe Massiot <massiot at via.ecp.fr <mailto:massiot at via.ecp.fr>>           - original UDP code
> + *          Tristan Leteurtre <tooney at via.ecp.fr <mailto:tooney at via.ecp.fr>>             - original UDP code
> + *          Laurent Aimar <fenrir at via.ecp.fr <mailto:fenrir at via.ecp.fr>>                 - original UDP code
> + *          Jean-Paul Saman <jpsaman #_at_# m2x dot nl>       - original UDP code
> + *          Remi Denis-Courmont                               - original UDP code
> + *          Natalie Landsberg <natalie.landsberg97 at gmail.com <mailto:natalie.landsberg97 at gmail.com>> - AMT support
> + *          Wayne Brassem <wbrassem at rogers.com <mailto:wbrassem at rogers.com>>               - Added FQDN support 

and here,

> +#define AMT_DEFAULT_RELAY N_("amt-relay.m2icast.net <http://amt-relay.m2icast.net/>")

and here,


-- 
Ilkka Ollakka


More information about the vlc-devel mailing list