I just can't get the Live stream at http://weathernationtv.com/OnTV to play here. The problem appears to be our long-ping time internet connection. So, I would like to record it on a server I have access to, and then download and play it here. Seems easy enough. Do it all the time for YouTube videos etc. Of course, reality is not so kind or I would not be asking here…

I need to be able to capture it using something like ffmpeg or rtmpdump, since this will be running on a headless Linux server.

So this is the info MediaBox on my Windows computer gave me:

url: rtmp://cp77659.live.edgefcs.net/live/0_c6zkpyg0_1@2781
app: live
flashVer: WIN 11,9,900,152
pageUrl: http://weathernationtv.com/OnTV
swfUrl: http://cdnbakmi.kaltura.com/p/931702/sp/93170200/flash/kdp3/v3.9.4/kdp3.swf
tcUrl: rtmp://cp77659.live.edgefcs.net/live
playPath: 0_c6zkpyg0_1@2781

And using UrlCapture (?), I got:

<baseURL>rtmp://cp77659.live.edgefcs.net/live

<primaryBroadcastingUrl>rtmp://p.ep2781.i.akamaientrypoint.net/EntryPoint
<secondaryBroadcastingUrl>rtmp://b.ep2781.i.akamaientrypoint.net/EntryPoint
<streamName>0_c6zkpyg0_%i@2781
<streamUrl>rtmp://cp77659.live.edgefcs.net/live/
<encodingIP1>12.217.170.221
<encodingIP2>12.217.170.221
<streamPassword>c65516c5
<mediaType>201
<sourceType>6
<dataUrl>http://cdnbakmi.kaltura.com/p/931702/sp/93170200/flvclipper/entry_id/0_c6zkpyg0/ver


I've tried countless combinations, but for example:

rtmpdump --live --port 1935 --protocol 0 --host cp77659.live.edgefcs.net --playpath 0_c6zkpyg0_1@2781 --swfVfy "http://cdnbakmi.kaltura.com/p/931702/sp/93170200/flash/kdp3/v3.9.4/kdp3.swf" --tcUrl rtmp://cp77659.live.edgefcs.net/live --pageUrl "http://weathernationtv.com/OnTV" --app "live" --flashVer "WIN 11,9,900,152" -o temp.flv

Gives me (as do they all):

Connecting ...
INFO: Connected...

ERROR: RTMP_ReadPacket, failed to read RTMP packet body. len: 12786819


Thanks for any and all help!

Deron