broadcast and multicast on Configuration vls.cfg

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.
benwar

broadcast and multicast on Configuration vls.cfg

Postby benwar » 07 Jan 2005 10:45

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

Guest

Postby Guest » 03 Feb 2005 04:44

Missing end in this block?

BEGIN "multicast1"
Type = "multicast"
DstHost = "224.0.0.1"
DstPort = "1234"
TTL = "2"


Return to “VideoLAN Server and miniSAPserver”

Who is online

Users browsing this forum: No registered users and 93 guests