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!