[vlma-devel] commit: Better default configuration. (Adrien Grand )

git version control git at videolan.org
Sat Sep 20 11:40:00 CEST 2008


vlma | branch: master | Adrien Grand <jpountz at videolan.org> | Sat Sep 20 11:02:45 2008 +0200| [9451495b6351ff0c30c3774e1d86ceee1dae1cef] | committer: Adrien Grand 

Better default configuration.

> http://git.videolan.org/gitweb.cgi/vlma.git/?a=commit;h=9451495b6351ff0c30c3774e1d86ceee1dae1cef
---

 vlma-daemon/src/main/resources/config.properties |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/vlma-daemon/src/main/resources/config.properties b/vlma-daemon/src/main/resources/config.properties
index b8189bb..6e57718 100644
--- a/vlma-daemon/src/main/resources/config.properties
+++ b/vlma-daemon/src/main/resources/config.properties
@@ -10,7 +10,7 @@ vlc.snmp.oid.traffic_in = 1.3.6.1.4.1.2021.2016.11.4.1.2.10.116.114.97.102.102.1
 vlc.snmp.oid.traffic_out = 1.3.6.1.4.1.2021.2016.12.4.1.2.11.116.114.97.102.102.105.99.95.111.117.116.1
 vlc.stream.dvb-bandwidth = 8
 vlc.stream.ttl = 12
-vlc.telnet.delay = 1000
+vlc.telnet.delay = 200
 vlc.telnet.password = admin
 vlc.telnet.port = 4212
 vlma.data=${user.home}/.vlma
@@ -33,6 +33,6 @@ vlma.notification.msn.login =
 vlma.notification.msn.pass =
 vlma.streaming.http.port = 8001
 vlma.streaming = UDP_MULTICAST
-vlma.streaming.udp.ipbank.min = 239.127.0.1
-vlma.streaming.udp.ipbank.max = 239.127.255.255
+vlma.streaming.udp.ipbank.min = 239.255.0.1
+vlma.streaming.udp.ipbank.max = 239.255.255.255
 vlma.ui.command.queue.size = 500



More information about the vlma-devel mailing list