You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: