View Single Post
  #1  
Old 12-04-2012, 06:15 AM
Henrik Söderlund Henrik Söderlund is offline
Junior Member
 
Join Date: Nov 2012
Posts: 2
Henrik Söderlund is on a distinguished road
Default

Force HD stream URL via download script?


I have successfully downloaded an advent calendar episode from the NRK website.

I have used a loop-download curl script to download the fragments:

Code:
curl -o "Julekongen3_#1.f4f" http://nordond22a-f.akamaihd.net/z/wo/open/f0/f0f0d7a0041de08947fdfe700a468cd6b0948fe8/f0f0d7a0041de08947fdfe700a468cd6b0948fe8_,141,316,563,1266,2250,.mp4.csmil/1_ee8b5f6c472833a3_Seg1-Frag[1-500]
Then combined them via the AdobeGDS.php script:

Code:
php AdobeHDS.php Julekongen1_
All good so far, but the movie output from the above URL is terrible.

Since my internet connection is super slow, the player automatically throttles the NRK player to the lowest quality, but I know that NRK hosts 5 different quality settings for every title. (you cannot select your own quality via the flash player)

How can I via the URL force the curl script to choose the highest quality stream?

Thanks in advance!
Reply With Quote