[vlc-devel] [PATCH] microdns: add RTSP

Steve Lhomme robux4 at gmail.com
Mon Feb 29 09:13:17 CET 2016


On Mon, Feb 29, 2016 at 9:09 AM, Petri Hintukainen <phintuka at gmail.com> wrote:
> ---
>  modules/services_discovery/microdns.c | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/modules/services_discovery/microdns.c b/modules/services_discovery/microdns.c
> index c671535..0e237d4 100644
> --- a/modules/services_discovery/microdns.c
> +++ b/modules/services_discovery/microdns.c
> @@ -98,6 +98,7 @@ static const struct
>      { "smb", "_smb._tcp.local", 445 },
>      { "nfs", "_nfs._tcp.local", 2049 },
>      { "sftp", "_sftp-ssh._tcp.local", 22 },
> +    { "rtsp", "_rtsp._tcp.local", 554 },

Out of curiosity, what can of device/service provides this ? Miracast ?

>  };
>  #define NB_PROTOCOLS (sizeof(protocols) / sizeof(*protocols))
>
> --
> 2.5.0
>
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> https://mailman.videolan.org/listinfo/vlc-devel


More information about the vlc-devel mailing list