Page 1 of 1

Help! Configuration vls under Windows

Posted: 16 May 2004 10:37
by Alakhan
I am get vls.cfg from viewtopic.php?t=872

VLS write:
Option --end started
[ERROR/local1] Unable to start program bardot
[ERROR/local1] Error: unable to start streaming of program bardot
Error: Unable to creat thread
Error: Unable to init streamer
Error: Net4Output Initialisation faled
Error: Unable to change value for option 4: Unable to get the message error 0x273a (error 0x13d)


vls.cfg

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"
monitor = "3BcKWoiQn0vi6:monitor" # password is 'monitor'
bozo = "JKg2TpPerilnw:master" # password is 'bozo'
END

BEGIN "Telnet"
Domain = "Inet4" # Inet4 or Inet6
LocalPort = "9999" # Port to use for that purpose
Use = "true"
END

BEGIN "Inputs"
local1 = "local" # Local input example
END

BEGIN "1"
Name = "bardot"
FileName = "Calling.mpg" # Calling.mpg in VLS folder
Type = "Mpeg2-TS"
END

BEGIN "Channels"
localhost = "network"
client1 = "network"
END

BEGIN "localhost" # The client is on the same host as the server
DstHost = "127.0.0.1"
DstPort = "1242"
END

BEGIN "client1" # unicast example
DstHost = "192.168.0.254" # destination host
DstPort = "1234" # destination port
TTL = "128"
END

BEGIN "LaunchOnStartUp"
command2 = "start bardot client1 local1 --loop --rtp --end"
command1 = "stop client1"
END

If write in

BEGIN "1"
Name = "bardot"
FileName = "Calling.mpg" # Calling.mpg in VLS folder
Type = "Mpeg2-PS"
END

add run vls.exe

vls loop this text:

Synchronnised whis PS stream
unknown packet (1be07ee) encountered
Looping in Synch !!!!!!!!! (buffer size=188)
Looping in Synch !!!!!!!!! (buffer size=188)
Looping in Synch !!!!!!!!! (buffer size=188)
Looping in Synch !!!!!!!!! (buffer size=188)
Looping in Synch !!!!!!!!! (buffer size=188)
Looping in Synch !!!!!!!!! (buffer size=188)
Looping in Synch !!!!!!!!! (buffer size=188)
Looping in Synch !!!!!!!!! (buffer size=188)
Looping in Synch !!!!!!!!! (buffer size=188)
Looping in Synch !!!!!!!!! (buffer size=188)


Sorry, but my english not soo good :( :( :(

Posted: 16 May 2004 23:52
by Gibalou
Please, read this page more carefully: http://www.videolan.org/streaming/downl ... ndows.html