Search found 1 match

Go to advanced search

by dam3313
07 Mar 2023 22:12
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 run vlc with this command line :

Code: Select all

vlc.exe --lua-intf=test_intf --input-slave=media1.ts --sout-all --sout #display media2.ts
the lua call :

Code: Select all

local channel = vlc.osd.channel_register()
return the error : "Unable to find vout"
Does someone know how to solve it ?

Go to advanced search