[vlma-devel] commit: Watchdog: use the lua telnet interface. (Adrien Grand )
git version control
git at videolan.org
Mon Nov 10 18:45:46 CET 2008
vlma | branch: master | Adrien Grand <jpountz at videolan.org> | Mon Nov 10 18:44:17 2008 +0100| [9afda0aa6d69d4e7e35e98ccc3ac7faf4ee9e55d] | committer: Adrien Grand
Watchdog: use the lua telnet interface.
> http://git.videolan.org/gitweb.cgi/vlma.git/?a=commit;h=9afda0aa6d69d4e7e35e98ccc3ac7faf4ee9e55d
---
vlma-watchdog/src/conf.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/vlma-watchdog/src/conf.py b/vlma-watchdog/src/conf.py
index b6ae792..2fc24a3 100644
--- a/vlma-watchdog/src/conf.py
+++ b/vlma-watchdog/src/conf.py
@@ -7,7 +7,7 @@ LOG_LEVEL = 20
# available in the PATH environment variable)
VLC_EXE = "vlc"
VLC_LOGS = "vlc.log"
-VLC_ARGS = "--color -vvv --ignore-config --rtsp-host 0.0.0.0:5554 --intf telnet --extraintf logger --logfile %s --logmode text" %(VLC_LOGS)
+VLC_ARGS = "--color -vvv --ignore-config --rtsp-host 0.0.0.0:5554 --intf lua --lua-intf telnet --extraintf logger --logfile %s --logmode text" %(VLC_LOGS)
CPU_LOAD_THRESHOLD = 6.0
VLC_CPU_THRESHOLD = 80.0
More information about the vlma-devel
mailing list