I am under will fedora 3 and the version of my videolan server is v 0.5.6
I does not understand why my waiter vls does not function with this file of configuration :
BEGIN "Vls"
LogFile = "vls.log" # log file
ScreenLog = "enable" # log to the console
SystemLog = "disable" # log to the systemlog
END
# The section "Groups" describes which group is allowed to use which command.
BEGIN "Groups"
master = "help|browse|start|resume|suspend|stop|shutdown|logout|config|program|input|channel|show"
END
#The section "Users" describes each user
BEGIN "Users"
toto = "JKg2TpPerilnw:master" #password is 'toto'
END
#Telnet Administration
BEGIN "Telnet"
LocalPort = "9999" # Port to use for that purpose
Use = "true"
END
# Streams sources declaration
BEGIN "Inputs"
local1 = "local" # Local input example
END
BEGIN "local1"
ProgramCount = "1"
TrickPlay = "normal"
END
BEGIN "Channels"
localhost = "network"
client1 = "network"
multicast1 = "network"
END
# Channels configuration
BEGIN "localhost" # The client is on the same host as the server
DstHost = "127.0.0.1"
DstPort = "1234"
END
BEGIN "client1" # unicast example
DstHost = "192.168.0.3" # destination host
DstPort = "1234" # destination port
END
BEGIN "multicast1"
Type = "multicast"
DstHost = "224.0.0.1"
DstPort = "1234"
TTL = "2"
BEGIN "Input"
FilesPath = "/home/benwar/Videos/"
ProgramCount = "1"
END
BEGIN "1"
Name = "prog1"
Type = "Mpeg2-TS"
FileName = "/home/benwar/Videos/big_menace.wmv"
END
BEGIN "LaunchOnStartUp"
command1 = "start prog1 multicast1 local1 --loop"
END
if you have explanations I would be really telling. Thank you