[vlc-devel] ERROR_LUA

Rémi Denis-Courmont remi at remlab.net
Sat Jan 4 20:30:24 CET 2014


Le samedi 4 janvier 2014, 23:42:15 Muhammad Jahanzeb a écrit :
>  vlc.playlist.goto(someID) --someID is valid
>  input = vlc.object.input()
>  vlc.var.set(input,"position",0.5)
> 
> this code works fine when i remove playlist's goto function..

Goto will stop and destroy the current input. It takes a short while until a 
new input is created. In the mean time, vlc.object.input() is nil.

-- 
Rémi Denis-Courmont
http://www.remlab.net/




More information about the vlc-devel mailing list