HTTP access: add custom headers
It would be nice to have the possibility to add custom headers to vlc.sd.add_item()
Like this:
local element = { title=current_title, path=path }
local headers = "http-custom-headers=Example: 1\r\nAnother-Example: 1\r\n"
element.options = { headers }
vlc.sd.add_item(element)
Edited by Pierre Ynard