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

Petri Hintukainen phintuka at gmail.com
Mon Feb 29 09:34:37 CET 2016


On ma, 2016-02-29 at 09:13 +0100, Steve Lhomme wrote:
> 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
> ?

Some IP cameras. Also I think ffmpeg (or something similar) + avahi
-daemon could be used ?

> >  };
> >  #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