<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1">
  <title></title>
</head>
<body text="#000000" bgcolor="#ffffff">
<br>
You want to look at the VideoLan HOWTO<br>
<a class="moz-txt-link-freetext" href="http://www.videolan.org/doc/videolan-howto/en/file.html">http://www.videolan.org/doc/videolan-howto/en/file.html</a><br>
<pre class="screen"><tt class="prompt">% </tt><tt class="userinput"><b>vls -vv -d udp:192.168.0.42 <a class="moz-txt-link-freetext" href="file:video1.xyz">file:video1.xyz</a> --ttl 12</b></tt>
</pre>
<p><a name="AEN648">where :</a></p>
<ul>
  <li>
    <p><a name="AEN648"><tt class="filename">video1.xyz</tt> is the
file you want to stream
,</a></p>
  </li>
  <li>
    <p><span class="emphasis"><a name="AEN648"><i class="emphasis">192.168.0.42</i></a></span>
    <a name="AEN648"> is either :</a></p>
    <ul>
      <li>
        <p><a name="AEN648">the IP address of the machine you want to
unicast
to
;</a></p>
      </li>
      <li>
        <p><a name="AEN648">or the DNS name the machine you want to
unicast
to
;</a></p>
      </li>
      <li>
        <p><a name="AEN648">or a multicast IP address
.</a></p>
      </li>
    </ul>
  </li>
  <li>
    <p><span class="emphasis"><a name="AEN648"><i class="emphasis">12</i></a></span>
    <a name="AEN648"> is the value of the TTL (Time To
Live) of your IP packets (which means that the stream will be
able to cross 11 routers)
.</a></p>
  </li>
</ul>
<p><a name="AEN648">When you want to stop VLS, use the key combination
<b class="keycap">Ctrl</b>-<b class="keycap">c</b>.</a></p>
<br>
Note that you're swapping your destination address with the video file<br>
Try:<br>
<br>
&nbsp;&nbsp;&nbsp; vls -vv -d udp:192.168.1.200 <a class="moz-txt-link-freetext" href="file:fname.ftype">file:fname.ftype</a>&nbsp; --ttl l2<br>
<br>
<br>
<br>
s tsang wrote:<br>
<blockquote type="cite"
 cite="mid20040109045454.11724.qmail@web21407.mail.yahoo.com">
  <div>Hi nitrox,</div>
  <div>&nbsp;</div>
  <div>Thanks for your help.</div>
  <div>Afraid it still doesn't work.</div>
  <div>&nbsp;</div>
  <div>In order to get familiar with using VLS (vlc works fine), I am
now trying to use an installed (binary) version of VLS-0.5.3 on Windows
XP. It doesn't work either. When I type:</div>
  <div>&nbsp;&nbsp; vls -vv -d <a class="moz-txt-link-freetext" href="file:fname.ftype">file:fname.ftype</a> udp:192.168.1.200&nbsp;--ttl l2</div>
  <div>as described in the how-to document, it reports invalid TTL
option. If I leave out the TTL option, I get:</div>
  <div>"...</div>
  <div>2004-01-09 12:46:58 [WARN/Vls]&nbsp; start: too few arguments<br>
2004-01-09 12:46:58 [WARN/Vls]&nbsp; Usage: start &lt;program&gt;
&lt;channel&gt; &lt;input&gt; [--loop] [--end] [--rtp] [--... value]
[--...]</div>
  <div>"</div>
  <div>I am now going over the vls-user-guide to checkout how the
telnet admin interface is used. However I prefer to start with
the&nbsp;simple command line interface.</div>
  <div>&nbsp;</div>
  <div>Any help would be most welcome.</div>
  <div>&nbsp;</div>
  <div>NM.</div>
  <div><br>
  <br>
  <b><i>Damien LUCAS <a class="moz-txt-link-rfc2396E" href="mailto:damien.lucas@anevia.com">&lt;damien.lucas@anevia.com&gt;</a></i></b> wrote:</div>
  <blockquote
 style="border-left: 2px solid rgb(16, 16, 255); padding-left: 5px; margin-left: 5px;"
 class="replbq">s tsang wrote:<br>
&gt; Hi all,<br>
&gt; <br>
&gt; I am trying to build VLS-0.5.3 using Visual C++.Net and encounter
some <br>
&gt; problems.<br>
&gt; I manage to build the project without error but when VLS is ran,
the <br>
&gt; following error occurs:<br>
&gt; "Reading file vls.cfg for base configuration<br>
&gt; Implicit declaration of input 'local1'<br>
&gt; ...<br>
&gt; VideoLAN Server v 0.5.3 (Jan 8 2004) - (c)1999-2003 VideoLAN<br>
&gt; ASSERT ERROR in f:\videolan\vls-0.5.3\src\core\file.cpp line 581
(code <br>
&gt; checked: false)<br>
&gt; ..."<br>
    <br>
    <br>
Don't worry about the assert error. It is really not a problem.<br>
    <br>
You should not define "HAVE_OPENDIR" under windows.<br>
I don't agree with bigben I don't see any error in your configuration
file.<br>
    <br>
Does VLS works correctly after that ?<br>
    <br>
regards<br>
    <br>
-- <br>
nitrox<br>
  </blockquote>
  <p><br>
  </p>
  <hr size="1"><b>Do You Yahoo!?</b><br>
Get your free @yahoo.com.hk address at <a
 href="http://mail.english.yahoo.com.hk/">Yahoo! Mail</a>.<br>
</blockquote>
<br>
</body>
</html>