server won't start

Discussion on the (deprecated) VideoLAN Server application as well as the miniSAPserver stream announcer. This is not about VLC!
Forum rules
Please do not post VLC related questions in this forum category. See the Forum Rules for more information.
lexxxx

server won't start

Postby lexxxx » 22 Apr 2004 21:29

Hi,

when i strart my vlc server without the "launchonstartup" in my config file there are nor errors on the output.
but i can't access the telnet server and with "launchonstartup" it won't find any channel or Programm

Fred

vls -f /etc/videolan/vls/vls.cfg -vvv

Output -vvv :

VideoLAN Server 0.5.4+cvs20031028 (Jan 20 2004) - (c) 1999-2003 VideoLAN
2004-04-22 21:27:05 [INFO/Vls] Module "channel:file" registered
2004-04-22 21:27:05 [INFO/Vls] Module "channel:network" registered
2004-04-22 21:27:05 [INFO/Vls] Module "mpegreader:file" registered
2004-04-22 21:27:05 [INFO/Vls] Module "mpegconverter:ts2ts" registered
2004-04-22 21:27:05 [INFO/Vls] Module "mpegconverter:ps2ts" registered
2004-04-22 21:27:05 [INFO/Vls] Module "input:local" registered
2004-04-22 21:27:05 [INFO/Vls] Module "input:video" registered
2004-04-22 21:27:05 [INFO/Vls] Module "interface:dummy" registered
2004-04-22 21:27:05 [INFO/Vls] Module "interface:telnet" registered
2004-04-22 21:27:05 [INFO/Vls] Module "interface:native" registered
2004-04-22 21:27:05 [INFO/Vls] Module "trickplay:normal" registered
2004-04-22 21:27:05 [INFO/Vls] Module "input:tcp" registered
2004-04-22 21:27:05 [INFO/Vls] Module "mpegreader:tcp" registered
2004-04-22 21:27:05 [INFO/Vls] Browsing modules in directory "./src/modules"
2004-04-22 21:27:05 [WARN/Vls] Unable to browse directory "./src/modules" : Error: Could not open directory './src/modules': No such file or directory
2004-04-22 21:27:05 [INFO/Vls] Browsing modules in directory "./modules"
2004-04-22 21:27:05 [WARN/Vls] Unable to browse directory "./modules" : Error: Could not open directory './modules': No such file or directory
2004-04-22 21:27:05 [INFO/Vls] Browsing modules in directory "/usr/lib/vls"
2004-04-22 21:27:05 [INFO/Vls] Module "mpegreader:dvb" registered
2004-04-22 21:27:05 [INFO/Vls] Module "input:dvb" registered
2004-04-22 21:27:05 [INFO/Vls] Module "mpegreader:dvd" registered
2004-04-22 21:27:05 [INFO/Vls] Module "mpegreader:pvr" registered
2004-04-22 21:27:05 [INFO/Vls] Starting input 'local1'
2004-04-22 21:27:05 [INFO/local1] Added program 'Pgrm1'
2004-04-22 21:27:05 [INFO/local1] Added program 'Pgrm2'
2004-04-22 21:27:05 [INFO/Vls] Input 'local1' sucessfully initialised
2004-04-22 21:27:05 [INFO/Vls] Starting interface 'dummy'
2004-04-22 21:27:05 [INFO/Vls] Interface 'dummy' sucessfully initialised
2004-04-22 21:27:05 [INFO/Vls] Executing command1 : 'start Dbox localfile file'
2004-04-22 21:27:05 [WARN/Vls] Unknown channel
2004-04-22 21:27:05 [WARN/Vls] Unknown pgrm Dbox
2004-04-22 21:27:05 [WARN/Vls] input doesn't exist

vls.cfg:

BEGIN "VLS"
LogFile = ""
SystemLog = "enabled"
ScreenLog = "enabled"

END


BEGIN "Groups"
monitor = "help|browse|logout"
master = "help|browse|start|resume|suspend|forward|rewind|stop|shutdown|logout"
END

BEGIN "Users"
monitor = "3BcKWoiQn0vi6:monitor" # password is 'monitor'
admin = "TifeyNg4Mi0N2:master" # password is 'energy'
END

BEGIN "Telnet"
LocalPort = "9999"
# Domain = "inet4"
# LocalAddress = "0.0.0.0"
END

BEGIN "Inputs"
file = "local"

END

BEGIN "Channels"
localhost = "network"
kastlnet = "network"
localfile = "file"
END

BEGIN "localfile"
FileName = "file.mpeg"
Append = "yes"
END

# Programms
BEGIN "Input"
FilesPath = "/mount/media/dbox"
ProgramCount = "2" # anzahl der Programme
END

BEGIN "1"
Name = "Dbox"
Type = "Mpeg2-PS"
FileName = "dbox.mpeg"
Device = "device"
END

BEGIN "2"
Name = "DVD"
Type = "DVD"
Device = "/dev/dvd"
END

#autostart
begin "launchonstartup"
command1 = "start Dbox localfile file"
end

guest

Postby guest » 29 Jun 2004 00:34

did you do anything special to get it to work with the forward and rewind commands? when i add them to the master command list, vls server says it doesn't exist

blah

Postby blah » 29 Jun 2004 16:33

How did you compile that version from teh CVS repository? autoconf configure.ac is giving me macro errors..

Guest

Re: server won't start

Postby Guest » 04 May 2006 12:44

Hi,

when i strart my vlc server without the "launchonstartup" in my config file there are nor errors on the output.
but i can't access the telnet server and with "launchonstartup" it won't find any channel or Programm

Fred

vls -f /etc/videolan/vls/vls.cfg -vvv

Output -vvv :

VideoLAN Server 0.5.4+cvs20031028 (Jan 20 2004) - (c) 1999-2003 VideoLAN
2004-04-22 21:27:05 [INFO/Vls] Module "channel:file" registered
2004-04-22 21:27:05 [INFO/Vls] Module "channel:network" registered
2004-04-22 21:27:05 [INFO/Vls] Module "mpegreader:file" registered
2004-04-22 21:27:05 [INFO/Vls] Module "mpegconverter:ts2ts" registered
2004-04-22 21:27:05 [INFO/Vls] Module "mpegconverter:ps2ts" registered
2004-04-22 21:27:05 [INFO/Vls] Module "input:local" registered
2004-04-22 21:27:05 [INFO/Vls] Module "input:video" registered
2004-04-22 21:27:05 [INFO/Vls] Module "interface:dummy" registered
2004-04-22 21:27:05 [INFO/Vls] Module "interface:telnet" registered
2004-04-22 21:27:05 [INFO/Vls] Module "interface:native" registered
2004-04-22 21:27:05 [INFO/Vls] Module "trickplay:normal" registered
2004-04-22 21:27:05 [INFO/Vls] Module "input:tcp" registered
2004-04-22 21:27:05 [INFO/Vls] Module "mpegreader:tcp" registered
2004-04-22 21:27:05 [INFO/Vls] Browsing modules in directory "./src/modules"
2004-04-22 21:27:05 [WARN/Vls] Unable to browse directory "./src/modules" : Error: Could not open directory './src/modules': No such file or directory
2004-04-22 21:27:05 [INFO/Vls] Browsing modules in directory "./modules"
2004-04-22 21:27:05 [WARN/Vls] Unable to browse directory "./modules" : Error: Could not open directory './modules': No such file or directory
2004-04-22 21:27:05 [INFO/Vls] Browsing modules in directory "/usr/lib/vls"
2004-04-22 21:27:05 [INFO/Vls] Module "mpegreader:dvb" registered
2004-04-22 21:27:05 [INFO/Vls] Module "input:dvb" registered
2004-04-22 21:27:05 [INFO/Vls] Module "mpegreader:dvd" registered
2004-04-22 21:27:05 [INFO/Vls] Module "mpegreader:pvr" registered
2004-04-22 21:27:05 [INFO/Vls] Starting input 'local1'
2004-04-22 21:27:05 [INFO/local1] Added program 'Pgrm1'
2004-04-22 21:27:05 [INFO/local1] Added program 'Pgrm2'
2004-04-22 21:27:05 [INFO/Vls] Input 'local1' sucessfully initialised
2004-04-22 21:27:05 [INFO/Vls] Starting interface 'dummy'
2004-04-22 21:27:05 [INFO/Vls] Interface 'dummy' sucessfully initialised
2004-04-22 21:27:05 [INFO/Vls] Executing command1 : 'start Dbox localfile file'
2004-04-22 21:27:05 [WARN/Vls] Unknown channel
2004-04-22 21:27:05 [WARN/Vls] Unknown pgrm Dbox
2004-04-22 21:27:05 [WARN/Vls] input doesn't exist

vls.cfg:

BEGIN "VLS"
LogFile = ""
SystemLog = "enabled"
ScreenLog = "enabled"

END


BEGIN "Groups"
monitor = "help|browse|logout"
master = "help|browse|start|resume|suspend|forward|rewind|stop|shutdown|logout"
END

BEGIN "Users"
monitor = "3BcKWoiQn0vi6:monitor" # password is 'monitor'
admin = "TifeyNg4Mi0N2:master" # password is 'energy'
END

BEGIN "Telnet"
LocalPort = "9999"
# Domain = "inet4"
# LocalAddress = "0.0.0.0"
END

BEGIN "Inputs"
file = "local"

END

BEGIN "Channels"
localhost = "network"
kastlnet = "network"
localfile = "file"
END

BEGIN "localfile"
FileName = "file.mpeg"
Append = "yes"
END

# Programms
BEGIN "Input"
FilesPath = "/mount/media/dbox"
ProgramCount = "2" # anzahl der Programme
END

BEGIN "1"
Name = "Dbox"
Type = "Mpeg2-PS"
FileName = "dbox.mpeg"
Device = "device"
END

BEGIN "2"
Name = "DVD"
Type = "DVD"
Device = "/dev/dvd"
END

#autostart
begin "launchonstartup"
command1 = "start Dbox localfile file"
end


Return to “VideoLAN Server and miniSAPserver”

Who is online

Users browsing this forum: No registered users and 75 guests