caprica / vlcj

Java framework for the vlc media player
http://www.capricasoftware.co.uk/projects/vlcj
1.1k stars 260 forks source link

TLS handshake error with proxy (cmd line) #1202

Closed CichyBart closed 9 months ago

CichyBart commented 10 months ago

VLC version 3.0.18 Windows 10

The same proxy set in the VLC properties works properly, but from command line and using VLCJ new MediaPlayerFactory("--http-proxy", yourProxySettings); doesn't work.

caprica commented 10 months ago

Well, vlcj does nothing with your command-line arguments other than to pass them on to VLC.

Pass "-vvv" in VLC and your vlcj application and compare the differences in logs.