[vlc-devel] [PATCH 3/3] Add microdns services_advertisement submodule
Thomas Guillem
thomas at gllm.fr
Mon Sep 9 18:10:10 CEST 2019
On Mon, Sep 9, 2019, at 18:07, Rémi Denis-Courmont wrote:
> Le maanantaina 9. syyskuuta 2019, 9.55.05 EEST Thomas Guillem a écrit :
> > On Sat, Sep 7, 2019, at 14:41, Rémi Denis-Courmont wrote:
> > > Le perjantaina 6. syyskuuta 2019, 10.07.02 EEST Thomas Guillem a écrit :
> > > > I prefer the choice 1/ but I'm OK with 2/ too.
> > > >
> > > > I'm still waiting for Rémi answer about the choice 2/
> > >
> > > I'm still waiting for an explanation how choice 1 can possibly work with
> > > more than one advertisement protocol.
> >
> > I said I don't care about the solution we choose, but I don't fully
> > understand yours. No need to wait for explanation about 1/ if we choose 2.
> >
> > But I can explain again about 1/
> >
> > - The main sa module is loaded (Open() callback) and does nothing
> > - vlc_sa_Start(protocol) is called on the main SA module, it return an
> > unique identifier, the called need to keep it in order to stop it in the
> > future.
> >
> > Problem: we leave the list handling to the module. Open() does nothing and
> > can't really know if it will fail, so no real module fallback.
>
> I still don't follow how you handle more than one advertisement protocol with
> that system. That seems to require that any module supports all protocols,
> which is missing the whole point of modules...
Yes that's the point, I have a mind of using a microdns, an avahi and a bonjour module. Each modules will handle all protocols.
>
> --
> レミ・デニ-クールモン
> http://www.remlab.net/
>
>
>
> _______________________________________________
> 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