I have VLC player and have read about finding the ULR for a site and downloading a video. I'm trying to record stickam video. I need help! First of all, is there an easier way? 2nd, from looking at the view sorce from my browser, I think that this is where the ULR of the video:
Code:
<script>startChat('100%','100%','','http://player.stickam.com/flash/stickam/stickam_player.swf?app=video_chat_21.swf','userName=faderwaveradio&webID=E287F731FC380E11B2F36527CAC9E8A0&userID=174044911&userType=204&skinType=default&userSiteID=1015547&app=video_chat_21.swf&langID=en&userIP=127.0.0.1&autoplay=1&hostName=http%3A%2F%2Fwww.stickam.com&skinName=skin0&defaultMedia=slideShow&bgcolor=999999&photo=http%3A%2F%2Fstatic.stickam.com%2Fmedia%2Fimage%2Fconverted%2Fflash%2F1740%2F4491%2F1%2Fa02b662e-0840-11dc-86a9-23d41b9d4aa3.jpg&sessionType=115&skinbg=http%3A%2F%2Fwww.stickam.com%2Fimages%2Fskins%2F2waychat%2Ftexture%2Fskin05.jpg&','','999999','','noscale')</script>
I inserted
Code:
http://player.stickam.com/flash/stickam/stickam_player.swf?app=video_chat_21.swf
into VLC player and tried to save it as an MPEG file to my hard drive. I got the following error:
Code:
access_output_file: cannot open `http://player.stickam.com/flash/stickam/stickam_player.swf?app=video_chat_21.swf' (No such file or directory)
stream_out_standard: no suitable sout access module for `file/ts://http://player.stickam.com/flash/stickam/stickam_player.swf?app=video_chat_21.swf'
ffmpeg: av_open_input_stream failed
ps: cannot peek
main: no suitable demux module for `http/://player.stickam.com/flash/stickam/stickam_player.swf?app=video_chat_21.swf'
Can anyone help?
What am I doing wrong?
Thanks to everyone!!