Comment 13 for bug 1639750

Revision history for this message
Hades_6_6_6 (mguillemenet) wrote :

There is an easy available workaround available.
edit /lib/vlc/lua/extensions/VLSub.luac and replace all occurrences of "HTTP/1.1" with "HTTP/1.0" (even if it is a binary file). At least it worked for me:

sudo vi /usr/lib/vlc/lua/extensions/VLSub.luac
:%s#HTTP/1.1#HTTP/1.0#g
:wq