Configuration Problem
Posted: 12 Mar 2006 16:47
Hey guys,
Im new here on this forums and im also new to this program. Its the first time i use this program and i´ve got a silly problem:
I have a problem setting up a vls server on linux (Debian, last stable). Installing it worked perfectly. Its just that the configuring part is a bit confusing.
When i start a server i get the error:
And as far as i know, there is no line 0 :S
This is my configuration file:
Im new here on this forums and im also new to this program. Its the first time i use this program and i´ve got a silly problem:
I have a problem setting up a vls server on linux (Debian, last stable). Installing it worked perfectly. Its just that the configuring part is a bit confusing.
When i start a server i get the error:
Code: Select all
Error: Parsing of file '/usr/local/etc/videolan/vls/vls.cfg' failed
Error: Error in the configuration file at line 0
This is my configuration file:
Code: Select all
BEGIN "Vls"
LogFile = "vls.log"
SystemLog = "disable"
ScreenLog = "enable"
END
BEGIN "Groups"
monitor = "help|browse|logout"
master = "help|browse|start|resume|suspend|forward|rewind|stop|shutdown|logout"
END
BEGIN "Users"
monitor = "**************:monitor" # password is 'usual'
admin = "*************:master" # password is 'usual'
END
BEGIN "Telnet"
LocalPort = "9999"
LocalAddress = "10.0.0.5"
END
BEGIN "Inputs"
local1 = "local"
END
BEGIN "Channels"
localhost = "network"
END
BEGIN "Channels"
Type = "Multicast"
DstHost = "10.0.0.3"
DstPort = "1234"
END
BEGIN "Input"
FilesPath = "/home/download/Movies/"
ProgramCount = "2"
END
BEGIN "1"
Name = "Filmpje 1"
FileName = "IMG_0009.AVI"
Type = "Mpeg2-PS"
END
BEGIN "2"
Name = "Filmpje 2"
FileName = "Dolby_Canyon.vob"
Type = "Mpeg2-PS"
END