I am trying to change the accept-language header of the VLC header, which by default is en_US. Can anybody help me? Thanks in advance
I try with:
media.addOptions(["http-user-agent": "VLCPlayer","http-reconnect": "true","http-accept-language": "es_ES"])
but not found.