Hi everybody ,
have a problem with streaming with vls and reaching the stream with vlc.
so please first have a look on my config file, it is a very easy one. just want to stream two files, stored on my hd.
and then my questions:shock:
is that config file correct??Where are my mistakes?
And how can I reach that stream in my video lan client? sorry I#m a newbie, but please help me
# vls configuration file
# 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 :
#
BEGIN "Groups"
# --- Format:
# groupname = "cmd1|cmd2|..."
# --- Example:
user = "help|browse|start|resume|suspend|stop|shutdown|logout|config|program|input|channel|show"
Administrator = "help|browse|start|resume|suspend|stop|shutdown|logout|config|program|input|channel|show"
END
# The section "Users" describes each user
# Use "mkpasswd" to generate the encrypted password.
BEGIN "Users"
# --- Format:
# username = "encryptedpassword:group"
# --- Example:
udo = "jekfrr:Administrator"
ute = "fghrrt:user"
END
# Telnet Administration
BEGIN "Telnet"
LocalPort = "9999"
Use = "true"
END
# Streams sources declaration
BEGIN "Inputs"
local1 = "local" # Local input example)
END
BEGIN "Input"
FilesPath = "C:\Dokumente und Einstellungen\udo\Desktop"
ProgramCount = "2"
END
BEGIN "1"
Name = "testing"
FileName = "korea.mpeg"
Type = "Mpeg2-PS"
END
BEGIN "2"
Name = "zweiterTest"
FileName = "wm.mpeg"
Type = "Mpeg2-PS"
END
# Video input configuration
BEGIN "local1"
END
# Channel (outputs) declaration
BEGIN "Channels"
client1 = "network"
END
BEGIN "client1" # unicast example
SrcHost = "172.17.40.43" # destination host
SrcPort = "1234" # destination port
DstHost = "172.17.40.46" # destination host
DstPort = "1234"
END
BEGIN "LaunchOnStartUp"
command2 = "start zweiterTest client1 local1 --loop"
END