Romuald,<br>
<br>
Thank you so much. But I forgot to tell that I also tried before with this parameter too. <span> </span><span>--rtsp-host <a href="http://0.0.0.0:5554/" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
192.168.0.220:5554</a> . This is my box which does stream.<br>
<br>
<br>
And I got the same message: <br>
</span><br>
[00000233] main playlist: nothing to play<br>
<br>
some lives above in vlc log, I got:<br>
<span style="font-weight: bold;"></span><br style="font-weight: bold;">
<span style="font-weight: bold;">[00000244] main access warning: no access2 module matching "rtsp" could be loaded<br>
<br style="font-weight: bold;">
</span><span style="font-weight: bold;">[00000242] main input error: no suitable access module for `rtsp://192.168.0.220:5554/Test'</span><br>
<br>
<br>
Does it mean that I've got no module for rtsp compiled or avaiable??<br>
<br>
Thank you all!<br>
<br>
<br><span>I think your problem may come from this
parameter : --rtsp-host <a href="http://0.0.0.0:5554/" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">0.0.0.0:5554</a><br>
try instead : </span><span>--rtsp-host <a href="http://0.0.0.0:5554/" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">192.168.0.220:5554</a><br>
If <a href="http://192.168.0.220/" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">192.168.0.220</a> is the IP address (that's what I understood) of the
box which does stream your file.<br>
<br>
Romuald</span><br><div><span class="gmail_quote">On 12/7/05, <b class="gmail_sendername">Romuald CARI</b> <<a href="mailto:Romuald.CARI@eleve.emn.fr">Romuald.CARI@eleve.emn.fr</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Giovane Moreira a écrit :
<div><span class="e" id="q_10804aaac76fb1f1_1"><blockquote cite="http://mid17f0fcc20512061455w385982e6j1b24db94e484d621@mail.gmail.com" type="cite"><span>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
<<a href="http://www.videolan.org/doc/streaming-howto/en/ch05.html" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://www.videolan.org/doc/streaming-howto/en/ch05.html</a>>
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" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">0.0.0.0:5554</a>
<br>
<br>
2. Telnet interface to configure VOD: telnet <a href="http://192.168.0.220" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">192.168.0.220</a> 4212
<br>
<br>
Trying 192.168.0.220...
<br>
Connected to <a href="http://192.168.0.220" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">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>
--> 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 "mpeg_audio"
<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 "packetizer_mpegvideo"
<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 "ps"
<br>
[00000131] main module debug: unlocking module "access_file"
<br>
[00000246] main input debug: destroying sout
<br>
[00000248] main private debug: destroying chain... (name=description)
<br>
[00000176] main module debug: unlocking module "stream_out_description"
<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>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
`<a>rtsp://192.168.0.220:5554/Test</a>'
<br>
[00000233] main playlist: nothing to play
<br>
<br>
4. So I try run vlc vith -vvv
<br>
vlc <a>rtsp://192.168.0.220:5554/Test</a>
-vvv
<br>
<br>
<br>
00000242] main input debug: `<a>rtsp://192.168.0.220:5554/Test</a>' 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" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">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 "rtsp"
<br>
[00000242] main input debug: creating access 'rtsp' path='<a href="http://192.168.0.220:5554/Test" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">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" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">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" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">192.168.0.220:5554/Test</a>
<br>
[00000244] main access warning: no access2 module matching "rtsp" could
be loaded
<br>
[00000242] main input error: no suitable access module for
`<a>rtsp://192.168.0.220:5554/Test</a>'
<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 </span><span></span><span>5554 </span><span>port </span><span> </span><span>(tcdpump shows me
that)
<br>
<br>
Thank you all folks</span>
</blockquote></span></div>
<span></span><span><br>
</span>
</blockquote></div><br>