Page 1 of 1

.cfg problems

Posted: 30 Apr 2006 16:19
by suntin
I have tried to write a .cfg for my install, I tried changing around the original but it wasn't happy and it's kind of a messy file to work with considering I only want to stream 2/3 MPEGs.
But when I try to run VLS with my config file it immediatly quits out, no error, nothing just return to DOS prompt. Can anyone see what I did wrong?

Code: Select all

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" admin = "xxxxx:master" support = "xxxxx:monitor" END BEGIN "Telnet" LocalPort = "9999" # LocalAddress = "192.168.11.100" use = "true" END BEGIN "Inputs" localFS = "local" # localDVD= "local" END #BEGIN "localFS" # ProgramCount = "1" # TrickPlay = "normal" #END BEGIN "Channels" #Outputs localhost = "network" clientSTB = "network" clientPC = "network" END BEGIN "client1" Domain = "ipv4" Type = "unicast" SrcHost = "192.168.11.100" SrcPort = "1234" DstHost = "192.168.11.5" DstPort = "1234" TTL = "0" END BEGIN "client2" Domain = "ipv4" Type = "unicast" SrcHost = "192.168.11.100" SrcPort = "1234" DstHost = "192.168.11.4" DstPort = "1234" TTL = "0" END BEGIN "Input" FilesPath = "C:\video\" ProgramCount = "1" END #BEGIN "localFS" # Name = "test" # Fileame = "test.mpg" # Type = "Mpeg2-PS" #END BEGIN "1" Name = "test" Type = "Mpeg2-PS" Fileame = "test.mpg" END
I tried swapping around, BEGIN "1" and BEGIN "localFS" and also running both (I suspect the problem might be there, otherwise I lost...

Posted: 02 May 2006 07:32
by Guest
Anyone got any ideas? I'm stumped. :shock:

Posted: 02 May 2006 22:07
by dionoea
Nobody (at least none of the developers) use VLS anymore. I guess that you won't be getting much help. Sorry.

Posted: 04 May 2006 14:11
by Guest
number of people posting to forum shows it's still very much in use :?

Posted: 04 May 2006 14:15
by Guest
oh and suntin, you misspelled "FileName" and you have duplicate entries for "localFS" and "Inputs"