[vlc-commits] lua: merge telnet interface into rc
Pierre Ynard
git at videolan.org
Mon Mar 21 02:34:00 CET 2011
vlc | branch: master | Pierre Ynard <linkfanel at yahoo.fr> | Mon Mar 21 02:33:29 2011 +0100| [51b60275d7649639c6a78ed62efce154f71a053b] | committer: Pierre Ynard
lua: merge telnet interface into rc
The crappy input buffering code of rc is replaced by the (now) decent
one of telnet. A new telnet transport is relatively cleanly added, and
VLM commands are made available (over any transport). Example of use:
vlc -Irc --rc-host "telnet://localhost:4212"
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=51b60275d7649639c6a78ed62efce154f71a053b
---
share/lua/intf/modules/host.lua | 35 +++---
share/lua/intf/rc.lua | 243 ++++++++++++++++++++++++++++----------
2 files changed, 198 insertions(+), 80 deletions(-)
Diff: http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=51b60275d7649639c6a78ed62efce154f71a053b
More information about the vlc-commits
mailing list