[vlc-devel] [PATCH 0/2] Expose tracks to the lua web interface

Hugo Beauzée-Luyssen hugo at beauzee.fr
Thu Jan 12 11:16:14 CET 2017


This patch allows tracks to be listed and selected from the web interface.
As pointed out by linkfanel, exposing an opaque object doesn't work, as the interface is stateless, so we're exposing the es id as track id

Hugo Beauzée-Luyssen (2):
  lua: input: Expose tracks through lua bindings
  http: lua: Add track listing & selection

 modules/lua/libs/input.c                | 192 ++++++++++++++++++++++++++++++++
 share/lua/README.txt                    |  30 +++++
 share/lua/intf/modules/httprequests.lua |  21 +++-
 3 files changed, 240 insertions(+), 3 deletions(-)

-- 
2.11.0



More information about the vlc-devel mailing list