[vlc-devel] [PATCH 1/9] core: Add a services advertisement API

Pierre Ynard linkfanel at yahoo.fr
Wed Sep 2 22:12:22 CEST 2020


> Refs #18090
> 
> Co-authored-by: Roland Bewick <roland.bewick at gmail.com>
> ---
>  include/vlc_services_advertisement.h | 119 +++++++++++++++++
>  src/Makefile.am                      |   2 +
>  src/libvlc.c                         |   8 ++
>  src/libvlc.h                         |   2 +
>  src/libvlccore.sym                   |  11 ++
>  src/misc/services_advertisement.c    | 192 +++++++++++++++++++++++++++
>  6 files changed, 334 insertions(+)
>  create mode 100644 include/vlc_services_advertisement.h
>  create mode 100644 src/misc/services_advertisement.c

What about SAP?

Is this going to be used for advertising other endpoints such as stream
outputs?

Are there consumers interested in and readily able to use those
advertisements? I imagine HTTP streams would be straightforward to
consume (just play it), but what with something as custom as VLC's web
interface? Are these advertised objects supposed to adhere to some
specifications or register?

-- 
Pierre Ynard
"Une âme dans un corps, c'est comme un dessin sur une feuille de papier."


More information about the vlc-devel mailing list