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

Thomas Guillem thomas at gllm.fr
Mon Feb 29 10:21:21 CET 2016


On Mon, Feb 29, 2016, at 09:34, Petri Hintukainen wrote:
> 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 ?

Merged, thanks!

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