vlc-android-sdk icon indicating copy to clipboard operation
vlc-android-sdk copied to clipboard

Customize user-agent

Open cvargascesp opened this issue 7 years ago • 0 comments

Hi All. i wonder if it's possible to customize the user-agent using the method setUserAgent always sends LibVLC/3.0.0-git. for example. let's say i do libvlc.setUserAgent("my_custom_user_agent","my_custom_user_agent");

it sends: User-Agent: my_custom_user_agent LibVLC/3.0.0-git

is there a way to get rid of LibVLC/3.0.0-git part?

thanks

cvargascesp avatar Jan 25 '18 22:01 cvargascesp