View Single Post
  #632  
Old 05-19-2011, 01:23 AM
Yansky Yansky is offline
Member
 
Join Date: May 2010
Posts: 92
Yansky is on a distinguished road
Default

Re: How to use iView (ABC Australia) downloaders


Quote:
Originally Posted by spaceghost View Post
Do Nine and Ten networks use a different streaming standard/protocol to the others? Is that why there doesn't seem to be any download programs for them?
Should be fairly easy to do one for Channel 10's site: http://ten.com.au/watch-tv-episodes-online.htm

The Channel 9 site uses Silverlight which makes things a bit hard.

Anywho, MCE, I had a quick look at the Channel 10 site with Firebug and it looks fairly easy to replicate. Here's the details:

Code:
POST http://api.v2.movideo.com/rest/media/107549/smil?token=ec93fe1d-199c-4f41-811b-b2d5819141e5
responseXML:
<smil> 
  <head> 
    <meta base="rtmpe://159.rtmpe.movideo.com/ondemand">  
    <meta name="id" content="107549">  
    <meta name="auth" content="auth=daEbnaHcIdcdzaFdxbda8cqcqatawcvcVdm-bn1mp9-4q-EnoFEqDFFnky&amp;aifp=9000&amp;slist=22/media/107549/">  
    <meta name="debugUrl" content="http://api.v2.movideo.com/rest/media/107549/smil?token=ec93fe1d-199c-4f41-811b-b2d5819141e5&amp;&amp;auth=daEbnaHcIdcdzaFdxbda8cqcqatawcvcVdm-bn1mp9-4q-EnoFEqDFFnky&amp;aifp=9000&amp;slist=22/media/107549/"> 
  </head>  
  <body> 
    <switch> 
      <video src="mp4:22/media/107549/672000-512x288.mp4" system-bitrate="800000" encoding-profile-name="Flash Fast DSL - 16:9 800000" height="288" width="512"></video>  
      <video src="mp4:22/media/107549/272000-512x288.mp4" system-bitrate="400000" encoding-profile-name="TEN Flash - 16:9 400000" height="288" width="512"></video>  
      <video src="mp4:22/media/107549/168000-512x288.mp4" system-bitrate="200000" encoding-profile-name="TEN Flash - 16:9 200000" height="288" width="512"></video> 
    </switch> 
  </body> 
</smil>
Reply With Quote