<html><body>
<p>I would like to kwow why I can´t see the video. Is this a good configuration?.<br>
<br>
The server side (VLS streaminig server):<br>
<br>
VLC.CFG<br>
#################################################333<br>
<br>
# vls configuration file (Example)<br>
<br>
# 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<br>
<br>
# 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>
# --- Format: <br>
# groupname     = "cmd1|cmd2|..."<br>
# --- Example:<br>
  monitor       = "help|browse|logout"<br>
  master        = "help|browse|start|resume|suspend|stop|shutdown|logout|config|program|input|channel|show"<br>
END<br>
<br>
# The section "Users" describes each user<br>
# Use "mkpasswd" to generate the encrypted password.<br>
BEGIN "Users"<br>
# --- Format: <br>
# username      = "damian:monitor"<br>
# --- Example:<br>
  monitor       = "monitor:monitor"       # password is 'monitor'<br>
  bozo          = "master:master"        # password is 'bozo'<br>
END<br>
<br>
# Telnet Administration<br>
BEGIN "Telnet"<br>
  Domain        = "Inet4"              # Inet4 or Inet6<br>
  LocalPort     = "9999"                # Port to use for that purpose<br>
  LocalAddress  = "127.0.0.1"<br>
  Use = "true"<br>
END<br>
<br>
BEGIN "1"     # MPEG2 stream stored in /home/videolan/streams/Dolby.vob<br>
  Name     = "damian"<br>
  FileName = "C:\Program Files\VLS\Works99.mpg"<br>
  Type     = "Mpeg2-TS"<br>
END<br>
<br>
# Channel (outputs) declaration<br>
BEGIN "Channels"<br>
# --- Format:<br>
# ChannelName   = "Type"<br>
# --- Example:<br>
#  localhost     = "network"<br>
#  client1       = "network"<br>
#  client2       = "network"<br>
   multicast     = "network"<br>
#  localfile     = "file"<br>
END<br>
<br>
BEGIN "multicast"                        # multicast example<br>
   Type    = "multicast"<br>
   TTL     = "1"                          # Time To Live<br>
   DstHost = "239.2.12.42"                # multicast address<br>
   DstPort = "1236"                       # destination port<br>
END<br>
<br>
# Commands automatically lanched on Startup<br>
# Commands shall be like they would be typed in a telnet console.<br>
BEGIN "LaunchOnStartUp"<br>
#  command1 = "start damian multicast local1 --loop"<br>
#  command2 = "start 28009 client1 dvb"<br>
END<br>
##################################################<br>
<br>
I start the program with this command  (start damian multicast local1 - -loop)<br>
<br>
The client side (VLC client):<br>
<br>
% vlc -vvv udp:@239.255.12.42<br>
<br>
<br>
Thanks, Damian.-     <br>
AVISO LEGAL:<br>
Esta información es privada y confidencial y está dirigida únicamente a su destinatario. Si usted no es el destinatario original de este mensaje y por este medio pudo acceder a dicha información por favor elimine el mensaje. La distribución o copia de este mensaje está estrictamente prohibida. Esta comunicación es sólo para propósitos de información y no debe ser considerada como propuesta, aceptación ni como una declaración de voluntad oficial de TELECOM ARGENTINA S.A. . La transmisión de e-mails no garantiza que el correo electrónico sea seguro o libre de error. Por consiguiente, no manifestamos que esta información sea completa o precisa. Toda información está sujeta a alterarse sin previo aviso.<br>
<br>
This information is private and confidential and intended for the recipient only. If you are not the intended recipient of this message you are hereby notified that any review, dissemination, distribution or copying of this message is strictly prohibited. This communication is for information purposes only and shall not be regarded neither as a proposal, acceptance nor as a statement of will or official statement from TELECOM ARGENTINA S.A. . Email transmission cannot be guaranteed to be secure or error-free. Therefore, we do not represent that this information is complete or accurate and it should not be relied upon as such. All information is subject to change without notice.</body></html>

-- 
This is the vlc mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://www.videolan.org/support/lists.html