Audio/video stream recording forums (http://stream-recorder.com/forum/index.php)
-   rtmpdump (http://stream-recorder.com/forum/forumdisplay.php?f=54)
-   -  

friends get this 2 channels rtmp streams..pls

(http://stream-recorder.com/forum/showthread.php?t=16332)

entekeralamtv 05-12-2013 09:25 AM

friends get this 2 channels rtmp streams..pls


 
http://captainnews.net/

http://www.captainmedia.in/

oelk 05-12-2013 11:29 AM

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.


All times are GMT -6. The time now is 10:36 PM.