[streaming] Re: Error while try to stream movies...
Romuald CARI
Romuald.CARI at eleve.emn.fr
Wed Dec 7 18:06:46 CET 2005
Sorry but I never even tried streaming using RTSP, I only use TS muxing
and multicast/unicast streaming to a Set top box...
Well as the server seems fine, try this to launch your VLC client using
this :
*vlc -vvv rtsp://192.168.0.220:5554/Test
*Good luck !
Romuald*
*
> Romuald,
>
> Thank you so much. But I forgot to tell that I also tried before with
> this parameter too. --rtsp-host 192.168.0.220:5554
> <http://0.0.0.0:5554/> . This is my box which does stream.
>
>
> And I got the same message:
>
> [00000233] main playlist: nothing to play
>
> some lives above in vlc log, I got:
>
> [00000244] main access warning: no access2 module matching "rtsp"
> could be loaded
>
> [00000242] main input error: no suitable access module for
> `rtsp://192.168.0.220:5554/Test'
>
>
> Does it mean that I've got no module for rtsp compiled or avaiable??
>
> Thank you all!
>
>
> I think your problem may come from this parameter : --rtsp-host
> 0.0.0.0:5554 <http://0.0.0.0:5554/>
> try instead : --rtsp-host 192.168.0.220:5554 <http://0.0.0.0:5554/>
> If 192.168.0.220 <http://192.168.0.220/> is the IP address (that's
> what I understood) of the box which does stream your file.
>
> Romuald
> On 12/7/05, *Romuald CARI* <Romuald.CARI at eleve.emn.fr
> <mailto:Romuald.CARI at eleve.emn.fr>> wrote:
>
> Giovane Moreira a écrit :
>
>> Hi folks,
>>
>> I got VLC on my Slackware Linux box and I'm trying to stream some
>> video and audio. (version 0.84)
>>
>> I readed on Chapter 5. VLM - Multiple streaming and Video on
>> demand <http://www.videolan.org/doc/streaming-howto/en/ch05.html>
>> how to stream with RTSP.
>>
>> So I did as follow, but I've got no transmition.
>>
>> Here it goes what commands I did:
>>
>> 1. Launch vlc with : vlc --ttl 12 -vvv --color -I telnet
>> --telnet-password admin --rtsp-host 0.0.0.0:5554
>> <http://0.0.0.0:5554>
>>
>> 2. Telnet interface to configure VOD: telnet 192.168.0.220
>> <http://192.168.0.220> 4212
>>
>> Trying 192.168.0.220...
>> Connected to 192.168.0.220 <http://192.168.0.220>.
>> Escape character is '^]'.
>> Password:
>> Welcome, Master
>> new Test vod enabled
>> setup Test input a.mpg
>>
>> --> here goes part of the log I got on #1 shell, I mean, vlc
>> console.
>> [00000247] main stream output debug: adding a new input
>> [00000246] main input debug: EOF reached
>> [00000246] main input debug: closing input
>> [00000066] main module debug: unlocking module "mpeg_audio"
>> [00000288] main packetizer debug: killing decoder fourcc `mpga',
>> 0 PES in FIFO
>> [00000247] main stream output debug: removing an input
>> [00000224] main module debug: unlocking module
>> "packetizer_mpegvideo"
>> [00000309] main packetizer debug: killing decoder fourcc `mpgv',
>> 0 PES in FIFO
>> [00000247] main stream output debug: removing an input
>> [00000246] main input debug: Program doesn't contain anymore ES
>> [00000124] main module debug: unlocking module "ps"
>> [00000131] main module debug: unlocking module "access_file"
>> [00000246] main input debug: destroying sout
>> [00000248] main private debug: destroying chain...
>> (name=description)
>> [00000176] main module debug: unlocking module
>> "stream_out_description"
>> [00000248] main private debug: destroying chain done
>> [00000246] main input debug: thread 131081 joined
>> (src/input/input.c:386)
>> [00000246] main input warning: refcount is 1, delaying before
>> deletion (id=246,type=-7)
>> [00000242] vod_rtsp private debug: created rtsp url: /Test
>> [00000242] vod_rtsp private debug: media has 2 declared ES
>> [00000242] vod_rtsp private debug: - ES mpga (/Test/trackid=0)
>> [00000242] vod_rtsp private debug: - ES mpgv (/Test/trackid=1)
>>
>> 3. I think the server is ok, but when I try to watch on VLC I got:
>> vlc rtsp://192.168.0.220:5554/Test
>>
>> VLC media player 0.8.4 Janus
>> [00000242] main input error: no suitable access module for
>> `rtsp://192.168.0.220:5554/Test'
>> [00000233] main playlist: nothing to play
>>
>> 4. So I try run vlc vith -vvv
>> vlc rtsp://192.168.0.220:5554/Test -vvv
>>
>>
>> 00000242] main input debug: `rtsp://192.168.0.220:5554/Test'
>> gives access `rtsp' demux `' path `192.168.0.220:5554/Test'
>> [00000242] main input debug: creating demux: access='rtsp'
>> demux='' path='192.168.0.220:5554/Test
>> <http://192.168.0.220:5554/Test>'
>> [00000243] main demuxer debug: looking for access_demux module: 0
>> candidates
>> [00000243] main demuxer warning: no access_demux module matched
>> "rtsp"
>> [00000242] main input debug: creating access 'rtsp'
>> path='192.168.0.220:5554/Test <http://192.168.0.220:5554/Test>'
>> [00000244] main access debug: looking for access2 module: 4
>> candidates
>> [00000244] access_file access warning: 192.168.0.220:5554/Test
>> <http://192.168.0.220:5554/Test>: No such file or directory
>> [00000244] cdda access warning: could not open
>> 192.168.0.220:5554/Test <http://192.168.0.220:5554/Test>
>> [00000244] main access warning: no access2 module matching "rtsp"
>> could be loaded
>> [00000242] main input error: no suitable access module for
>> `rtsp://192.168.0.220:5554/Test'
>> [00000242] main input debug: thread 98311 joined
>> (src/input/input.c:386)
>> [00000233] main playlist: nothing to play
>>
>>
>> FINALLY, why can't I watch my movie???
>> I also had no traffic on 5554 port (tcdpump shows me that)
>>
>> Thank you all folks
>
>
>
--
This is the streaming mailing-list, see http://www.videolan.org/streaming/
To unsubscribe, please read http://www.videolan.org/support/lists.html
More information about the streaming
mailing list