[vlc] lua telnet controller requires waiting between sending lines

Rémi Duraffort ivoire at videolan.org
Wed Jul 7 08:56:28 CEST 2010


Hello,
> I've noticed that the lua telnet controller in 1.1.0 and newer will
> fail if you send multiple lines at the same time.
> 
> To reproduce, run "vlc -I telnet" in the background.
> 
> "( echo admin; echo show ) | nc localhost 4212" fails.
> 
> "( echo admin; sleep 1; echo show ) | nc localhost 4212" succeeds.
This is normally fixed by
(http://git.videolan.org/?p=vlc.git;a=commitdiff;h=f5b8b43a9e210a70e016871db6bab36929d6b866;hp=ec87e89b5950679bb48b714ebffd2ae7040b999b)

You can try the new lua script from the git.


Best regards

-- 
Rémi Duraffort | ivoire



More information about the vlc mailing list