Skip to content

renderer_discovery: add modularity in the parsing of renderer protocols

Nicolas LeQuec requested to merge nicolas_lequec/vlc:service-discovery into master

This MR provides an API to realize the parsing of renderer protocols with submodules of those protocols instead of doing it in the renderer discovery itself. Only the avahi renderer discovery was refactored to use this API in this MR.

Ref #26027

Merge request reports