View Single Post
  #70  
Old 07-29-2010, 04:41 PM
Anywho Anywho is offline
Batch File Basher
 
Join Date: Jul 2010
Posts: 204
Anywho is on a distinguished road
Default

Re: How to use iView (ABC Australia) downloaders


Quote:
Originally Posted by Phlip View Post
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.

Quote:
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)
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?
Reply With Quote