It's no RTMP stream, so rtmpdump won't work and maybe the question would be at the wrong subforum. If it's not a question about rtmpdump, just don't open a thread at rtmpdump.
Next time ask your question there: Video stream recording.
The swf loads
Code:
http://captainnews.net/sample_live_config.xml
which references
Code:
http://captainnews.net/wp-content/themes/goodnews/captainnews.smil
where you can find the url
Code:
http://captain-f.akamaihd.net/captainnews1_1_1@s80533
which can be streamed to disk using
Code:
ffmpeg -i "http://captain-f.akamaihd.net/captainnews1_1_1@s80533?v=&fp=&r=&g=" -codec copy output.flv
Same for the second. Finding
Code:
http://www.captainmedia.in/wp-content/themes/goodnews/captaintv.smil
getting
streaming using
Code:
ffmpeg -i "http://captain-f.akamaihd.net/captaintv1_1_1@s80532?v=&fp=&r=&g=" -codec copy output.flv
Hope that works for you.