<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=iso-8859-1" http-equiv=Content-Type>
<META content="MSHTML 5.00.3516.2800" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Hello, I'm having a problem running VLS. I can
stream to clients fine if I execute from the command line. I cannot stream from
the admin interface. Here is my vls.cfg:</FONT></DIV>
<DIV> </DIV>
<DIV><FONT size=2>
<P><FONT
face=Arial>----------------------------------------------------------------------------------------------------------------------------------------</FONT></P>
<P># vls configuration file (Example)</P>
<P># Application wide settings<BR>BEGIN "Vls"<BR>
LogFile =
"vls.log"
# log file<BR> ScreenLog =
"enable"
# log to the console<BR> SystemLog =
"disable"
# log to the systemlog<BR>END</P>
<P># Security informations :<BR>#<BR># The section "Groups" describes which
group is allowed to use which command.<BR># Each user who belongs to the
'master" group has all the power on the server.<BR># Each one who belongs to the
"monitor" group is a "read-only" user.<BR>BEGIN "Groups"<BR>
monitor = "help|browse|logout"<BR>
master =
"help|browse|start|resume|suspend|stop|shutdown|logout|config|program|input|channel|show"<BR>END</P>
<P># The section "Users" describes each user<BR># Use "mkpasswd" to generate the
encrypted password.<BR>BEGIN "Users"<BR>
monitor =
"3BcKWoiQn0vi6:monitor" # password is
'monitor'<BR> bozo =
"JKg2TpPerilnw:master" # password is
'bozo'<BR>END</P>
<P># Telnet Administration<BR>BEGIN "Telnet"<BR>
LocalPort =
"9999"
# Port to use for that purpose<BR> Use = "true"<BR>END</P>
<P># Streams sources declaration<BR>BEGIN "Inputs"<BR>
local1 =
"local"
# Local input example<BR>#
kfir =
"video"
# Video input example (mpeg encoder)<BR>#
dvb =
"dvb"
# Video input example (DVB card)<BR>END</P>
<P>BEGIN "local1"<BR> ProgramCount = "4" # I
have tried this with no local1 input, from documentation says it
doesn't<BR> TrickPlay = "normal" # need to be
here, thought I would try...no luck.<BR>END</P>
<P># --- Format:<BR># BEGIN "program_number"<BR>#
Name = "program_name"<BR>#
Type =
"type" # can be Mpeg1-PS,
Mpeg2-PS, Mpeg2-TS, or Dvd<BR># FileName =
"path" # use this variable
if Type is not "Dvd"<BR># Device =
"device" # use this variable with type
"Dvd"<BR># END</P>
<P># --- Example:<BR>BEGIN "1"<BR> Name =
"ew"<BR> FileName = "/var/www/html/test/electronicwarfare2.MPG"<BR>
Type = "Mpeg2-TS"<BR>END</P>
<P>BEGIN "2"<BR> Name = "ei"<BR> FileName =
"/var/www/html/test/eimovie2b.mpeg"<BR> Type =
"Mpeg2-TS"<BR>END</P>
<P>BEGIN "3" # DVD<BR>
Name = "film"<BR>
Device = "/dev/cdrom"<BR>
Type = "dvd"<BR> DvdTitle
= "1" # Start title<BR> DvdChapter =
"1" # Start chapter<BR>END</P>
<P>BEGIN "4" # DVD stored on a hard disk<BR>
Name = "matrix"<BR>
Device = "/media/matrix/VIDEO_TS"<BR>
Type = "dvd"<BR> DvdTitle
= "1" # Start title<BR> DvdChapter = "1" # Start
chapter<BR>END</P>
<P># Video input configuration<BR>BEGIN "kfir"<BR># --- Example:<BR>#
Device =
"/dev/video" # Video4linux device (default is
/dev/video)<BR># Type =
"Mpeg2-PS" # Stream type (default is
"Mpeg2-PS")<BR>END</P>
<P># Video input (DVB) configuration<BR>BEGIN "dvb"<BR># --- Example:<BR>#
DeviceNumber =
"0"
# /dev/dvb/adapter<i><BR># SendMethod =
"0"
# 0 - Send All
Pids<BR>
# 1 - Send only MPEG2 datas <BR>END</P>
<P># Channel (outputs) declaration<BR>BEGIN "Channels"<BR>
localhost = "network"<BR>
client1 = "network"<BR>
client2 = "network"<BR>#
multicast = "network"<BR>#
localfile = "file"<BR>END</P>
<P># Channels configuration<BR>BEGIN
"localhost" # The client is on
the same host as the server<BR> DstHost = "127.0.0.1"<BR> DstPort =
"1234"<BR>END</P>
<P>BEGIN
"client1"
# unicast example<BR> Type = "unicast"<BR> SrcHost =
"192.168.1.245"<BR> SrcPort = "1234"<BR> DstHost =
"192.168.1.251"
# destination host<BR> DstPort =
"1234"
# destination port<BR>END</P>
<P>BEGIN
"client2"
# unicast with IPv6 example<BR> DstHost =
"192.168.1.240" # destination
host<BR> DstPort =
"1234"
# destination port<BR>END</P>
<P>#BEGIN
"multicast"
# multicast example<BR># Type = "multicast"<BR>#
TTL =
"1"
# Time To Live<BR># DstHost =
"239.2.12.42"
# multicast address<BR># DstPort =
"1234"
# destination port<BR>#END</P>
<P>#BEGIN
"localfile"
# file output example<BR># FileName = "stream.ts"<BR>#
Append =
"no"
# rewrite the file if it exists<BR>#END</P>
<P># Commands automatically lanched on Startup<BR># Commands shall be like they
would be typed in a telnet console.<BR>BEGIN "LaunchOnStartUp"<BR>#
command1 = "start dolby localhost local1 --loop"<BR># command2 = "start
28009 client1 dvb"<BR>END<BR><FONT
face=Arial>--------------------------------------------------------------------------------------------------------------------------------------</FONT></P>
<P><FONT face=Arial>When I log into the server, the command: start ew client1
local1, does nothing when I try to access it from the client. It shows that it
has started, but I see no video or hear audio on client. Any
suggestions?</FONT></P>
<P> </P>
<P><FONT face=Arial>Thnx,</FONT></P>
<P><FONT face=Arial>Jimmy</FONT></P></FONT></DIV></BODY></HTML>