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