vls.cfg file

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.
wajeh786
New Cone
New Cone
Posts: 4
Joined: 20 Jan 2004 12:02

vls.cfg file

Postby wajeh786 » 22 Jan 2004 14:08

hi :cry: :cry: :cry: :cry:
Can any body share vls.cfg file plz i will be very great full to you all people

regards :cry: :cry: :cry:
wajehuddin

TomazO

Postby TomazO » 02 Feb 2004 12:49

here is mine if it helps (it is edited attached cfg file):

[bbuser@jalovec VOD]$ more vls.cfg
# vls configuration file (Example)

# Application wide settings
BEGIN "Vls"
LogFile = "vls.log" # log file
ScreenLog = "enable" # log to the console
SystemLog = "disable" # log to the systemlog
END

# Security informations :
#
# The section "Groups" describes which group is allowed to use which command.
# Each user who belongs to the 'master" group has all the power on the server.
# Each one who belongs to the "monitor" group is a "read-only" user.
BEGIN "Groups"
# --- Format:
# groupname = "cmd1|cmd2|..."
# --- Example:
monitor = "help|browse|logout"
master = "help|browse|start|resume|suspend|stop|shutdown|logout|config|program|input|channe
l|show"
END

# The section "Users" describes each user
# Use "mkpasswd" to generate the encrypted password.
BEGIN "Users"
# --- Format:
# username = "encryptedpassword:group"
# --- Example:
monitor = "3BcKWoiQn0vi6:monitor" # password is 'monitor'
bozo = "JKg2TpPerilnw:master" # password is 'bozo'
END

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

# Streams sources declaration
BEGIN "Inputs"
# --- Format:
# InputName = "Type"
# --- Example:
local1 = "local" # Local input example
# kfir = "video" # Video input example (mpeg encoder)
# dvb = "dvb" # Video input example (DVB card)
END

# --- Format:
# BEGIN "program_number"
# Name = "program_name"
# Type = "type" # can be Mpeg1-PS, Mpeg2-PS, Mpeg2-TS, or Dvd
# FileName = "path" # use this variable if Type is not "Dvd"
# Device = "device" # use this variable with type "Dvd"
# END

# --- Example:
BEGIN "1" # MPEG2 stream stored in /home/videolan/streams/Dolby.vob
Name = "bardot"
FileName = "/home/bbuser/VOD/bardot.m2v"
Type = "Mpeg2-PS"
END

BEGIN "2"
Name = "celine"
FileName = "/home/bbuser/VOD/celine_dion.m2v"
Type = "Mpeg2-PS"
END

#BEGIN "3"
# Name = "spider"
# Filename = "/home/bbuser/VOD/spiderbig.mpg"
# Type = "Mpeg2-PS"
#END

#BEGIN "2" # another file
# Name = "canyon"
# FileName = "Dolby_Canyon.vob"
# Type = "Mpeg2-PS"
#END
#
#BEGIN "3" # DVD
# Name = "film"
# Device = "/dev/cdrom"
# Type = "dvd"
# DvdTitle = "1" # Start title
# DvdChapter = "1" # Start chapter
#END
#

#BEGIN "4" # DVD stored on a hard disk
# Name = "matrix"
# Device = "/media/matrix/VIDEO_TS"
# Type = "dvd"
# DvdTitle = "1" # Start title
# DvdChapter = "1" # Start chapter
#END

# Video input configuration
#BEGIN "kfir"
# --- Example:
# Device = "/dev/video" # Video4linux device (default is /dev/video)
# Type = "Mpeg2-PS" # Stream type (default is "Mpeg2-PS")
#END

# Video input (DVB) configuration
BEGIN "dvb"
# --- Example:
# DeviceNumber = "0" # /dev/dvb/adapter<i>
# SendMethod = "0" # 0 - Send All Pids
# 1 - Send only MPEG2 datas
END

# Channel (outputs) declaration
BEGIN "Channels"
# --- Format:
# ChannelName = "Type"
# --- Example:
localhost = "network"
client1 = "network"
# client2 = "network"
# multicast = "network"
# localfile = "file"
END

# Channels configuration
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 = "10.1.3.62" # destination host
DstPort = "1234" # destination port
TTL = "128"
END

#BEGIN "client2" # unicast with IPv6 example
# Domain = "inet6"
# DstHost = "3ffe:ffff::2:12:42" # destination host
# DstPort = "1234" # destination port
#END

#BEGIN "multicast" # multicast example
# Type = "multicast"
# TTL = "1" # Time To Live
# DstHost = "239.2.12.42" # multicast address
# DstPort = "1234" # destination port
#END

#BEGIN "localfile" # file output example
# FileName = "stream.ts"
# Append = "no" # rewrite the file if it exists
#END

# Commands automatically lanched on Startup
# Commands shall be like they would be typed in a telnet console.
BEGIN "LaunchOnStartUp"
command2 = "start bardot client1 local1 --loop --rtp --end"
command1 = "stop client1"
# command2 = "start celine client1 local1 --loop"
# command3 = "start spider client1 local1 --rtp"


# command1 = "start dolby localhost local1 --loop"
# command2 = "start 28009 client1 dvb"
END
[bbuser@jalovec VOD]$

Regards, Tomazo

xzheng
Blank Cone
Blank Cone
Posts: 16
Joined: 19 Jul 2004 07:48

don't auto launch VLS

Postby xzheng » 10 Aug 2004 10:01

I don't launch in the way,thank you !

BEGIN "LaunchOnStartUp"
command2 = "start bardot client1 local1 --loop --rtp --end"
command1 = "stop client1"
# command2 = "start celine client1 local1 --loop"
# command3 = "start spider client1 local1 --rtp"


# command1 = "start dolby localhost local1 --loop"
# command2 = "start 28009 client1 dvb"
END


Return to “VideoLAN Server and miniSAPserver”

Who is online

Users browsing this forum: No registered users and 2 guests