I just compiled a 22566 svn snapshot of VLC 0.9.
It plays static files, http and mms streams just fine, but I'm unable to play rtsp streams.
This is what I get in the console:
# vlc -v rtsp://192.168.1.142/live.sdp
VLC media player 0.9.0-svn Grishenko
[00000001] main libvlc debug: VLC media player - version 0.9.0-svn Grishenko - (c) 1996-2007 the VideoLAN team
[00000001] main libvlc debug: libvlc was configured with ./configure '--with-ffmpeg-tree=/home/manager/vlc_ffmpeg/ffmpeg' '--enable-live555' '--with-live555-tree=/usr/lib/live' '--disable-wxwidgets' '--enable-x11' '--disable-skins2' '--enable-qt4'
[00000001] main libvlc debug: translation test: code is "C"
Unable to determine our source address: This computer has an invalid IP address: 0x0
Unable to determine our source address: This computer has an invalid IP address: 0x0
[00000317] live555 demuxer warning: no data received in 10s. Switching to TCP
[00000313] message interface warning: message queue overflowed
Unable to determine our source address: This computer has an invalid IP address: 0x0
Unable to determine our source address: This computer has an invalid IP address: 0x0
[00000317] live555 demuxer error: no data received in 10s, aborting
What's wrong with my source address, and why VLC thinks it's invalid?
# ifconfig
eth0 Link encap:Ethernet HWaddr 00:16:3E:18:87:94
inet addr:192.168.113.18 Bcast:192.168.113.255 Mask:255.255.255.0
inet6 addr: fe80::216:3eff:fe18:8794/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:203826 errors:0 dropped:0 overruns:0 frame:0
TX packets:197250 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:68814311 (65.6 MiB) TX bytes:38026056 (36.2 MiB)