[vlma-devel] commit: Configure the port of the telnet interface. (Adrien Grand )
git version control
git at videolan.org
Sun Dec 20 14:46:21 CET 2009
vlma | branch: master | Adrien Grand <jpountz at videolan.org> | Sun Dec 20 14:45:55 2009 +0100| [33d6d0e6f07cd24b68a7488c3d1c5fcb91c79b91] | committer: Adrien Grand
Configure the port of the telnet interface.
> http://git.videolan.org/gitweb.cgi/vlma.git/?a=commit;h=33d6d0e6f07cd24b68a7488c3d1c5fcb91c79b91
---
vlma-watchdog/src/conf.py | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/vlma-watchdog/src/conf.py b/vlma-watchdog/src/conf.py
index 1100891..9ba628a 100644
--- a/vlma-watchdog/src/conf.py
+++ b/vlma-watchdog/src/conf.py
@@ -12,8 +12,8 @@ SERVER_LOGIN = "videolan"
SERVER_PASSWORD = "admin"
STREAMERS = [
- streamer.vlc.VLC("vlc", "vlc", {}),
- streamer.vlc.VLC("vlc2", "vlc", {}),
+ streamer.vlc.VLC("vlc", "vlc", {streamer.vlc.VLCOption.TELNET_PORT: 4214}),
+ streamer.vlc.VLC("vlc2", "vlc", {streamer.vlc.VLCOption.TELNET_PORT: 4215}),
# streamer.dvblast.DVBlast("dvblast", "dvblast", {})
]
More information about the vlma-devel
mailing list