Hello!
my problem is quite simple but I haven't found any documentation to help me: is it possible to set HTTP headers in libVLC to be used when opening a URL?
In my specific case, I have to set the "Authorization" header with an access token (so no Basic authentication with username and password), otherwise libVLC would not be able to get the video resource.
Thanks for your help!