Page 1 of 1

what is needed to open RTSP streams?

Posted: 24 Jul 2007 12:51
by mangoo
I just compiled vlc-0.9.0 from svn, and I can't open RTSP streams.

I compiled vlc with these options:

./configure --with-ffmpeg-tree=/home/build/vlc/ffmpeg --enable-realrtsp

With VLC 0.8.6c, this stream opens just fine.

What is needed to open rtsp streams?

This is a part of output when vlc is started with -vvv:

[00000299] main playlist debug: requesting art for rtsp://192.168.111.188/live.sdp
[00000305] main input debug: `rtsp://192.168.111.188/live.sdp' gives access `rtsp' demux `' path `192.168.111.188/live.sdp'
[00000305] main input debug: creating demux: access='rtsp' demux='' path='192.168.111.188/live.sdp'
[00000306] main demuxer debug: looking for access_demux module: 0 candidates
[00000306] main demuxer warning: no access_demux module matched "rtsp"
[00000305] main input debug: creating access 'rtsp' path='192.168.111.188/live.sdp'
[00000307] main access debug: looking for access2 module: 0 candidates
[00000307] main access error: no access2 module matched "rtsp"
[00000305] main input debug: retrying with access `' demux `' path `rtsp://192.168.111.188/live.sdp'
[00000305] main input debug: creating access '' path='rtsp://192.168.111.188/live.sdp'
[00000308] main access debug: looking for access2 module: 4 candidates
[00000308] access_directory access debug: opening directory `rtsp://192.168.111.188/live.sdp'
[00000308] access_directory access error: rtsp://192.168.111.188/live.sdp: No such file or directory
[00000308] access_file access debug: opening file `rtsp://192.168.111.188/live.sdp'
[00000308] access_file access error: cannot open file rtsp://192.168.111.188/live.sdp (No such file or directory)
[00000308] cdda access warning: could not open rtsp://192.168.111.188/live.sdp
[00000305] main input error: open of `rtsp://192.168.111.188/live.sdp' failed: could not create access: no suitable access2 module

Re: what is needed to open RTSP streams?

Posted: 24 Jul 2007 13:32
by mangoo
Some more info - on 0.8.6c and 0.9.0 (svn), I get this:

$ vlc -l|grep -i rts
VLC media player 0.9.0-svn Grishenko
vod_rtsp RTSP VoD server

$ vlc -l|grep -i rts
VLC media player 0.8.6c Janus
live555 RTP/RTSP/SDP demuxer (benutzt Live555)
live555 RTSP/RTP Zugriff und Demux
vod_rtsp RTSP VoD Server


And I can stream RTSP from both; but can only receive RTSP with 0.8.6c. So, it looks I need to look for live555...

Re: what is needed to open RTSP streams?

Posted: 24 Jul 2007 13:57
by kmf31
So, it looks I need to look for live555...
Indeed:
viewtopic.php?f=13&t=34103&p=105767&hil ... 55#p105767