Quote:
Originally Posted by Phlip
It looks like the Akamai server path has changed recently... at least, for Monday's Four Corners episode. Not certain it's changed for everything, but sharing what I've found anyway in case it helps.
Basically, I had to change the download command from:
Code:
rtmpdump -r rtmp://cp53909.edgefcs.net////flash/playback/_definst_/$SHOWPATH.mp4 -t rtmp://cp53909.edgefcs.net/ondemand?auth=$TOKEN -o $FILENAME $SWFPARAMS
To:
Code:
rtmpdump -r rtmp://cp53909.edgefcs.net/ondemand?auth=$TOKEN -y mp4:flash/playback/_definst_/$SHOWPATH -o $FILENAME $SWFPARAMS
(where $TOKEN is the auth token, $SHOWPATH is section/show, $FILENAME is the destination, and $SWFPARAMS is the SWF's length and hash (which hasn't changed))
|
Anyone else getting this issue for Four Corners and other programs? The Hostworks side seems to be fine but I don't have a connection to Akamai to test it out.
It actually got changed to
http://www2b.abc.net.au/iViewHandsha...haker.asmx/isp about a month ago. Which downloader (and version) are you using?