View Single Post
  #2  
Old 05-12-2013, 11:29 AM
oelk oelk is offline
Member
 
Join Date: Nov 2011
Posts: 44
oelk is on a distinguished road
Default

Re: friends get this 2 channels rtmp streams..pls


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.
Reply With Quote