Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
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] Code:
php AdobeHDS.php Julekongen1_ 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! |
#2
|
|||
|
|||
Re: Force HD stream URL via download script?why don't you use the manifest switch instead which will download the highest quality by default.
Code:
php AdobeHDS.php --manifest "http://nordond22c-f.akamaihd.net/z/wo/open/99/992ceec0cc38383bde66ca0a1690678e62a992cd/992ceec0cc38383bde66ca0a1690678e62a992cd_,141,316,563,1266,2250,.mp4.csmil/manifest.f4m?hdcore=2.7.6" --delete Code:
KSV Adobe HDS Downloader Processing manifest info.... Quality Selection: Available: 2399 1416 714 388 213 Selected : 2399 Downloading 8/243 fragments |
#3
|
|||
|
|||
Re: Force HD stream URL via download script?Wow, that seems to b the perfect option! I have read about the manifest switch somewhere, but did not know how to use it.
Many thanks will try it now. |
Tags: adobe hds, nrk, stream |
Thread Tools | |
Display Modes | |
|
|