Page 1 of 1

vls over fedora

Posted: 06 May 2004 09:50
by guest
hi everybody, i have a problem about:

when i excute vls on fedora, there's a error happened:

it always say that:
------------------------------------------------------------------------------------------
bozo@vls> start 001 client1 local1
Provider: Manager
Error: -1

Provider: local1
Error: -1
Info: Unable to start program 001
Info: Error: unable to start streaming of program 001
Error: Unable to create thread
Error: Could not open file '': No such file or directory
------------------------------------------------------------------------------------------

my vls.cfg :
------------------------------------------------------------------------------------------
BEGIN "Inputs"
local1 = "local"
END

BEGIN "local1"
FilesPath = "/tmp/test"
ProgramCount = "1"
END

BEGIN "1"
Name = "001"
FilesName = "001.mpg"
Type = "Mpeg2-PS"
END

BEGIN "Channels"
client1 = "network"
END

BEGIN "client1"
Type = "unicast"
DstHost = "140.112.20.16"
DstPort = "1234"
TTL = "1"
END
------------------------------------------------------------------------------------------

but i really have such a file in test directory, does there anything wrong??