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?