Same here, I tried url and VLC crashes on my machine. Standalone VLC playbacks .sdp url fine. I even looked at the final destination within the .sdp file, both urls did not work. Known issue VLC standalone is happy but VLC web streaming does not work.
videostream.Web,TVs=America Free (Action),rtsp://63.105.122.39:80/AFTVAdventureH2641000.sdp,http://hendrix.multicasttech.com/images/logo.gif
videostream.Web,TVs=America Free (Actionorig),rtsp://video3.americafree.tv/AFTVAdventureH2641000.sdp,http://hendrix.multicasttech.com/images/logo.gif
btw, how did you manage to find out .sdp urls from the
http://www.americafree.tv channel. Website uses Flash player so videofeed url is a bit tricky to find out.
edit: I made few VLC.exe commandline tests. I have VLC 0.9.8a stable, VLC 0.9.9rc and VLC.0.8.6 stable versions. What I did find is VLC0.8.6 version worked best. I transcoded .sdp url to a mpeg file and was able to get audio but video was missing. Another testurl was
mms .wmv but both VLC 0.9.x versions crashed. Oldest one received a netstream and saved files to a file.
- Code: Select all
rem set source=mms://mediak.yle.fi/media/areena/1/90/48/1904888_1115732.wmv
set source=rtsp://63.105.122.39:80/AFTVAdventureH2641000.sdp
set VLC=C:\apps\vlc-0.8.6\vlc.exe
rem set VLC=C:\Program Files\VideoLAN\VLC\vlc.exe
"%VLC%" -I dummy %source% :sout=#transcode{vcodec=mp2v,vb=1024,acodec=mp3,ab=128,channels=2}:duplicate{dst=std{access=file,mux=ts,dst="out.mpeg"}}
pause
WinXP-SP3, PS3MS source version