[vlc-devel] [PATCH 0/4][Resend] Add support for Chromecast discovery with Avahi

Thomas Guillem thomas at gllm.fr
Mon Jan 21 14:35:34 CET 2019


Hello,

I pushed your patches, after doing some minor modifications, the same that I did for microdns.

cf. http://git.videolan.org/?p=vlc.git;a=commit;h=9d70cdb4fb8230b6036a0966014be0357de15b51
http://git.videolan.org/?p=vlc.git;a=commit;h=04e0a5a2d3ed7f1c3e26160ef308763ecebb30f9
and http://git.videolan.org/?p=vlc.git;a=commit;h=b72f28f0599d341aea43c427364b252732320f83

I removed the extra layer of struct that was not needed anymore. It was not possible before since the p_sys pointer was not void *. This was left behind when we changed all vlc p_sys pointer to void *.

On Sat, Jan 19, 2019, at 22:41, Stefan Brüns wrote:
> The first two patches are just some code cleanup.
> 
> The third patch is a preparatory patch restructuring some
> code, without functional changes.
> 
> The fourth patch finally adds the chromecast discovery to
> the avahi discovery module.
> 
> Stefan Brüns (4):
>   avahi: Explicitly handle AVAHI_BROWSER_REMOVE events
>   avahi: Fix leaking AvahiServiceResolver in the error paths
>   avahi: Prepare code for support of renderer discovery
>   avahi: Add support for chromecast renderer discovery
> 
>  modules/services_discovery/avahi.c | 274 ++++++++++++++++++++++++-----
>  1 file changed, 234 insertions(+), 40 deletions(-)
> 
> -- 
> 2.20.1
> 
> _______________________________________________
> 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