View Single Post
  #1  
Old 01-14-2011, 06:07 AM
any ANONYMOUS forum user any ANONYMOUS forum user is offline
any user of the forum who preferred to post anonymously
 
Join Date: Aug 2011
Location: Server of stream-recorder.com
Posts: 211
any ANONYMOUS forum user is on a distinguished road
Default

www.cbsnews.com: Problem downloading CBS News video with rtmpdump


I've tried to launch rtmsrv in Ubuntu Maverick to record the following video
Code:
http://www.cbsnews.com/video/watch/?id=6816773n
I got the following command
Code:
rtmpdump -r "rtmp://cnetmedia.fcod.llnwd.net:1935/a3706/d1?ovpfv=1.1" -a "a3706/d1?ovpfv=1.1" -f "LNX 10,1,102,65" -W "http://cnettv.cnet.com/[[IMPORT]]/vidtech.cbsinteractive.com/player/2_7_0/CBSI_PLAYER.swf" -p "http://www.cbsnews.com/video/watch/?id=6816773n" -C Z: -y "mp4:media/2010/08/29/60_bloom_829_598.m4v" -o 60_bloom_829_598.flv
but I get the error only when trying to download:
Code:
Closing connection... done!

RTMPDump v2.3
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
ERROR: RTMP_HashSWF: swfurl http://cnettv.cnet.com/[[IMPORT]]/vidtech.cbsinteractive.com/player/2_7_0/CBSI_PLAYER.swf not found
Failed to open file! 60_bloom_829_598.flv

rtmpdump -r "rtmp://cnetmedia.fcod.llnwd.net:1935/a3706/d1?ovpfv=1.1" -a "a3706/d1?ovpfv=1.1" -f "LNX 10,1,102,65" -W "http://cnettv.cnet.com/[[IMPORT]]/vidtech.cbsinteractive.com/player/2_7_0/CBSI_PLAYER.swf" -p "http://www.cbsnews.com/video/watch/?id=6816773n" -C Z: -y "mp4:media/2010/08/29/60_bloom_829_598.m4v" -o 60_bloom_829_598.flv

Closing connection... done!

RTMPDump v2.3
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
ERROR: RTMP_HashSWF: swfurl http://cnettv.cnet.com/[[IMPORT]]/vidtech.cbsinteractive.com/player/2_7_0/CBSI_PLAYER.swf not found
Failed to open file! 60_bloom_829_598.flv
How to download this video with rtmpdump?
Reply With Quote