Search found 2 matches

Go to advanced search

by RedStone
19 Jan 2017 17:13
Forum: Scripting VLC in lua
Topic: HTTPS request in VLC
Replies: 2
Views: 4987

Re: HTTPS request in VLC

I've tried that, but get error "dynamic libraries not enabled" because vlc is compiled without LUA_DL_DLL flag, i've tried to compile vlc by myself, but i couldn't install "wine64-development-tools" so i couldn't compile vlc, and i give up.
by RedStone
15 Jan 2017 16:37
Forum: Scripting VLC in lua
Topic: HTTPS request in VLC
Replies: 2
Views: 4987

HTTPS request in VLC

Hi, i'm writing a small vlc extension for nba league pass, actually i rewrite kodi addon for vlc, and i'm stuck at very beginning with LogIn function, i write working lua script in ZeroBrain Studio http = require("socket.http") json = require("dkjson") ltn12 = require("ltn12...

Go to advanced search