<span class="postbody">Hi folks,
<br>

<br>
I got VLC on my Slackware Linux box and I'm trying to stream some video and audio. (version 0.84)
<br>

<br>
I readed on Chapter 5. VLM - Multiple streaming and Video on demand
&lt;<a href="http://www.videolan.org/doc/streaming-howto/en/ch05.html">http://www.videolan.org/doc/streaming-howto/en/ch05.html</a>&gt; how to
stream with RTSP.
<br>

<br>
So I did as follow, but I've got no transmition.<br><br>Here it goes what commands I did:
<br>

<br>
1. Launch vlc with : vlc --ttl 12 -vvv --color -I telnet --telnet-password  admin --rtsp-host <a href="http://0.0.0.0:5554">0.0.0.0:5554</a>
<br>

<br>
2.  Telnet interface to configure VOD:  telnet <a href="http://192.168.0.220">192.168.0.220</a> 4212
<br>

<br>
Trying 192.168.0.220...
<br>
Connected to <a href="http://192.168.0.220">192.168.0.220</a>.
<br>
Escape character is '^]'.
<br>
Password:
<br>
Welcome, Master
<br>
new Test vod enabled 
<br>
setup Test input a.mpg
<br>

<br>
--&gt; here goes part of the log I got on  #1 shell, I mean, vlc console.
<br>
[00000247] main stream output debug: adding a new input
<br>
[00000246] main input debug: EOF reached
<br>
[00000246] main input debug: closing input
<br>
[00000066] main module debug: unlocking module &quot;mpeg_audio&quot;
<br>
[00000288] main packetizer debug: killing decoder fourcc `mpga', 0 PES in FIFO
<br>
[00000247] main stream output debug: removing an input
<br>
[00000224] main module debug: unlocking module &quot;packetizer_mpegvideo&quot;
<br>
[00000309] main packetizer debug: killing decoder fourcc `mpgv', 0 PES in FIFO
<br>
[00000247] main stream output debug: removing an input
<br>
[00000246] main input debug: Program doesn't contain anymore ES
<br>
[00000124] main module debug: unlocking module &quot;ps&quot;
<br>
[00000131] main module debug: unlocking module &quot;access_file&quot;
<br>
[00000246] main input debug: destroying sout
<br>
[00000248] main private debug: destroying chain... (name=description)
<br>
[00000176] main module debug: unlocking module &quot;stream_out_description&quot;
<br>
[00000248] main private debug: destroying chain done
<br>
[00000246] main input debug: thread 131081 joined (src/input/input.c:386)
<br>
[00000246] main input warning: refcount is 1, delaying before deletion (id=246,type=-7)
<br>
<span style="color: red;"><span style="font-weight: bold;">[00000242] vod_rtsp private debug: created rtsp url: /Test</span></span>
<br>
[00000242] vod_rtsp private debug: media has 2 declared ES
<br>
[00000242] vod_rtsp private debug:   - ES mpga (/Test/trackid=0)
<br>
[00000242] vod_rtsp private debug:   - ES mpgv (/Test/trackid=1)
<br>

<br>
3. I think the server is ok, but when I try to watch on VLC I got:
<br>
vlc <a href="rtsp://192.168.0.220:5554/Test" target="_blank">rtsp://192.168.0.220:5554/Test</a>     
<br>

<br>
VLC media player 0.8.4 Janus
<br>
[00000242] main input error: no suitable access module for `rtsp://192.168.0.220:5554/Test'
<br>
[00000233] main playlist: nothing to play
<br>

<br>
4. So I try run vlc vith -vvv
<br>
vlc <a href="rtsp://192.168.0.220:5554/Test" target="_blank">rtsp://192.168.0.220:5554/Test</a>     -vvv
<br>

<br>

<br>
00000242] main input debug: `rtsp://192.168.0.220:5554/Test' gives access `rtsp' demux `' path `192.168.0.220:5554/Test'
<br>
[00000242] main input debug: creating demux: access='rtsp' demux='' path='<a href="http://192.168.0.220:5554/Test">192.168.0.220:5554/Test</a>'
<br>
[00000243] main demuxer debug: looking for access_demux module: 0 candidates
<br>
[00000243] main demuxer warning: no access_demux module matched &quot;rtsp&quot;
<br>
[00000242] main input debug: creating access 'rtsp' path='<a href="http://192.168.0.220:5554/Test">192.168.0.220:5554/Test</a>'
<br>
[00000244] main access debug: looking for access2 module: 4 candidates
<br>
[00000244] access_file access warning: <a href="http://192.168.0.220:5554/Test">192.168.0.220:5554/Test</a>: No such file or directory
<br>
[00000244] cdda access warning: could not open <a href="http://192.168.0.220:5554/Test">192.168.0.220:5554/Test</a>
<br>
[00000244] main access warning: no access2 module matching &quot;rtsp&quot; could be loaded
<br>
[00000242] main input error: no suitable access module for `rtsp://192.168.0.220:5554/Test'
<br>
[00000242] main input debug: thread 98311 joined (src/input/input.c:386)
<br><span style="font-weight: bold;">
[00000233] main playlist: nothing to play
</span><br>

<br>

<br>
FINALLY, why can't I watch my movie???
<br>
I also had no traffic on&nbsp; </span><span class="postbody"></span><span class="postbody">5554 </span><span class="postbody">port&nbsp;</span><span class="postbody"> </span><span class="postbody">(tcdpump shows me that)
<br>

<br>
Thank you all folks</span>