Quote:
Originally Posted by spaceghost
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&aifp=9000&slist=22/media/107549/">
<meta name="debugUrl" content="http://api.v2.movideo.com/rest/media/107549/smil?token=ec93fe1d-199c-4f41-811b-b2d5819141e5&&auth=daEbnaHcIdcdzaFdxbda8cqcqatawcvcVdm-bn1mp9-4q-EnoFEqDFFnky&aifp=9000&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>