View Single Post
  #814  
Old 06-27-2012, 06:10 AM
Sandgroper12 Sandgroper12 is offline
Junior Member
 
Join Date: Jun 2012
Posts: 2
Sandgroper12 is on a distinguished road
Default

Re: How to use iView (ABC Australia) downloaders


Problem with downloading programme from the ABC.
I used iviewNapper, which calls rtmpdump-win32-2.3r557.exe
I turned on debug (by clicking on the icon and selecting debug)
Attempted to download Dr Who S3 Ep8
Download stopped, resumed, stopped again.
Files received:
... Episode 8 Human Nature.mp4 (23465Kb)
... Episode 8 Human Nature.mp4.bat (1Kb) which had the single line:
rtmpdump-win32-2.3r557.exe -r rtmp://203.18.195.10/ondemand?auth="124C9F223E32ECA14B0E&mp4:doctorwho_ 03_08" -y "mp4:doctorwho_03_08" -o "Doctor Who Series 3 -- Doctor Who Series 3 Episode 8 Human Nature.mp4" -W "http://www.abc.net.au/iview/images/iview.jpg" --resume

_AUTH_.XML (1Kb)
<?xml version="1.0" encoding="utf-8"?>
<iview xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.abc.net.au/iView/Services/iViewHandshaker">
<ip>58.7.166.129</ip>
<isp>iiNet</isp>
<desc>iiNet Limited</desc>
<host>Hostworks</host>
<server>rtmp://203.18.195.10/ondemand</server>
<bwtest>rtmp://203.18.195.10/live</bwtest>
<token>124C9F223E32ECA14B0E</token>
<text><![CDATA[iview is unmetered for <a href="http://www.iinet.net.au/" target="_blank">iiNet</a> and <a href="http://www.westnet.com.au/freezone/" target="_blank">Westnet</a> customers.]]></text>
<free>yes</free>
</iview>

config.xml
<?xml version="1.0" encoding="utf-8"?>
<config>
<param name="api" value="http://tviview.abc.net.au/iview/api2/?"/>
<param name="auth" value="http://tviview.abc.net.au/iview/auth/?v2"/>
<param name="tray" value="xml/tray.xml"/>
<param name="categories" value="xml/categories.xml"/>
<param name="classifications" value="xml/classifications.xml" />
<param name="captions" value="http://www.abc.net.au/iview/captions/"/>
<param name="captions_offset" value="0"/>
<param name="captions_live_offset" value="-2"/>
<param name="live_streaming" value="true" />
<param name="server_streaming" value="rtmp://cp53909.edgefcs.net/ondemand" />
<param name="server_fallback" value="rtmp://cp44823.edgefcs.net/ondemand" />
<param name="highlights" value="http://www.abc.net.au/iview/api/highlights.htm" />
<param name="home" value="http://www.abc.net.au/iview/xml/home.xml" />
<param name="geo" value="http://www.abc.net.au/tv/geo/iview/geotest.xml" />
<param name="time" value="http://www.abc.net.au/iview/api/time.htm" />
<param name="feedback_url" value="http://www2b.abc.net.au/tmb/Client/Board.aspx?b=98"/>
</config>

and
config.json which appears to be a Unix listing of the programmes available but doesn't include any mention of Dr Who or Human Nature.

No other files are evident.

The mp4 file should be in the order of 220Mb.

Why might the download come unstuck? I get a success rate of well under 50% when trying to collect ABC programmes.
Reply With Quote