Postby alexandreK » 10 May 2005 10:37
I have download and install vls
I have launch vls.exe then I launch telnet localhost 9999
I have launch the command start rugby(my video) localhost local1 --loop
then it show me that the program rugby is started
This is my configuration of vls file:
BEGIN "Vls"
LogFile = "vls.log"
ScreenLog = "enable"
SystemLog = "enable"
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 = "monitor:monitor"
bozo = "bozo:master"
END
BEGIN "Telnet"
LocalPort = "9999"
Use = "true"
END
BEGIN "Inputs"
local1 = "local"
#kfir = "video"
END
#BEGIN "kfir"
#Device = "C:\vls\"
#Type = "Mpeg2-TS"
#END
BEGIN "Input"
FilesPath = "C:\vls\"
ProgramCount = "1"
END
BEGIN "1"
Name = "rugby"
FileName = "rugby.wmv"
Type = "Mpeg2-TS"
END
BEGIN "Channels"
localhost = "network"
multicast = "network"
END
BEGIN "localhost"
DstHost = "127.0.0.1"
DstPort = "1234"
END
BEGIN "multicast"
Type = "multicast"
TTL = "1"
DstHost = "192.168.0.255"
DstPort = "1234"
END
BEGIN "LaunchOnStartUp"
#command1 = "start rugby localhost local1 --loop"
END
When I want to read the flux in vlc
Since file/open flux network
=>it show me nothing(no video no sound)but i can see that vlc try to read the flux becasue the button is on pause....
thanks for your help