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))
Also, the auth token has to be downloaded from
http://tviview.abc.net.au/iview/auth/?v2 instead of
http://www2b.abc.net.au/iView/Servic...haker.asmx/isp (which no longer exists)