Search found 3 matches

Go to advanced search

by uioporqwerty
25 Nov 2022 00:47
Forum: Scripting VLC in lua
Topic: How to generate compiled luac files?
Replies: 0
Views: 3535

How to generate compiled luac files?

How do you generate compiled lua extension scripts? I've looked in to plain old luac ./src/myext_ext.lua and vlc -I luaintf --lua-intf luac --lua-config 'luac={input="./src/myext_ext.lua",output="./dist/myext_ext.luac"}' but when I run these in a CI context and copy the results o...
by uioporqwerty
04 Nov 2022 02:52
Forum: Scripting VLC in lua
Topic: How to display a clickable OSD message?
Replies: 4
Views: 4989

Re: How to display a clickable OSD message?

If I do the above, I'm getting an error on channel_register that says "Unable to find vout"
by uioporqwerty
04 Nov 2022 02:26
Forum: Scripting VLC in lua
Topic: How to display a clickable OSD message?
Replies: 4
Views: 4989

How to display a clickable OSD message?

Perhaps I'm missing something since this is my first extension. But I've ensured that I have OSD enabled in VLC 3.x and I'd like to run an extension that will display a simple message to the user and then detect if the message has been clicked by the user. Is that possible? I've tried adding `vlc.os...

Go to advanced search