BEGIN "Vls" LogFile = "vls.log" # log file ScreenLog = "enable" # log to the console SystemLog = "disable" # log to the systemlog END BEGIN "Groups" monitor = "help|browse|logout" master = "help|browse|start|resume|suspend|stop|shutdown|logout|config|program|input|channel|show" END BEGIN "Users" monitor = "3BcKWoiQn0vi6:monitor" # password is 'monitor' bozo = "JKg2TpPerilnw:master" # password is 'bozo' END BEGIN "Telnet" LocalPort = "9999" # Port to use for that purpose Use = "true" END BEGIN "Inputs" local1 = "local" # Local input example END BEGIN "1" Name = "truc" FileName = "\videos\truc.mpg" Type = "Mpeg1-PS" END BEGIN "Channels" client1 = "network" multicast = "network" END BEGIN "client1" # unicast example DstHost = "192.168.0.1" # destination host DstPort = "1234" # destination port END BEGIN "multicast" # multicast example Type = "multicast" TTL = "1" # Time To Live DstHost = "239.2.12.42" # multicast address DstPort = "1234" # destination port END BEGIN "LaunchOnStartUp" command1 = "start truc client1 local1 --loop" # command2 = "start truc multicast local1 --loop" END