.cfg problems
Posted: 30 Apr 2006 16:19
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?
I tried swapping around, BEGIN "1" and BEGIN "localFS" and also running both (I suspect the problem might be there, otherwise I lost...
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