Page 1 of 1

HTTP POST Requests

Posted: 14 Apr 2020 00:12
by Nerix
Hi, I'm pretty new to scriptig in VLC so please excuse my lack of knowledge.
So my goal is to make a playlist parser which involves making a Htttp POST request with a body.
I found some Lua libraries but all f them rely on some native library which VLC can't load by default (https://stackoverflow.com/a/41689043/7014712).
So my question is basically if there's a way of doing such requests without recompiling VLC.

Regards, Nerix