[vlc-commits] add a new type of module: vlc_renderer_discovery

Thomas Guillem git at videolan.org
Mon Apr 25 10:09:13 CEST 2016


vlc | branch: master | Thomas Guillem <thomas at gllm.fr> | Tue Apr 19 17:39:11 2016 +0200| [fdf0b49a5d767d90f25b6b45f5c1dcdb5f133b77] | committer: Thomas Guillem

add a new type of module: vlc_renderer_discovery

This new type of module will be used to discover renderers (chromecast, UPnP
Renderer, miracast, airport, DIAL, ConeCast).

These modules will send new vlc_renderer_item via an event manager callback.
This new kind of item contain the necessary information to setup a new sout.

Also-by: Steve Lhomme <robux4 at videolabs.io>

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=fdf0b49a5d767d90f25b6b45f5c1dcdb5f133b77
---

 include/vlc_common.h             |    2 +
 include/vlc_events.h             |   14 ++
 include/vlc_plugin.h             |    1 +
 include/vlc_renderer_discovery.h |  226 ++++++++++++++++++++++++++++
 src/Makefile.am                  |    2 +
 src/libvlccore.sym               |   17 +++
 src/misc/renderer_discovery.c    |  302 ++++++++++++++++++++++++++++++++++++++
 7 files changed, 564 insertions(+)

Diff:   http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=fdf0b49a5d767d90f25b6b45f5c1dcdb5f133b77


More information about the vlc-commits mailing list