View Single Post
  #162  
Old 09-30-2010, 05:24 AM
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 MickJT View Post
I just wanted an example command line parameter (one that is known to work) so I can test that here.
This is what the batch file version uses. Don't forget to change the authentication token for your session

For "Catalyst Series 11 Episode 31"...

Akamai:
Code:
rtmpdump.exe --resume  -r "rtmp://cp53909.edgefcs.net///flash/playback/_definst_/mp4:catalyst_10_11_31" -a ondemand?auth="1333DC3D4D6F2D00F772" -o "Catalyst Series 11 Episode 31.mp4" -W http://www.abc.net.au/iview/images/iview.jpg
Hostworks:
Code:
rtmpdump.exe --resume  -r rtmp://203.18.195.10/ -a ondemand?auth=1333DC3D4D6F2D00F772 -y mp4:catalyst_10_11_31 -o "Catalyst Series 11 Episode 31.mp4" -W http://www.abc.net.au/iview/images/iview.jpg
Reply With Quote