PDA

View Full Version : download stream nrk.no


thisdoesit
09-29-2012, 11:10 AM
hello, I need some help

I try to download files from www.nrk.no
I get these links:


http://psfil.nrk.no/content/flash/NRKPlayer-1.4.002.swf http://tv.nrk.no/serie/barnets-beste/mdfp10001112/sesong-1/episode-1

http://psfil.nrk.no/content/flash/plugin/v2.7/AkamaiAdvancedStreamingPlugin.swf http://psfil.nrk.no/content/flash/NRKPlayer-1.4.002.swf

http://psfil.nrk.no/content/flash/skin/NRKplayerSkinGreyV1.4.1.swf http://psfil.nrk.no/content/flash/NRKPlayer-1.4.002.swf

http://79423.analytics.edgesuite.net/csma/plugin/csma.swf http://psfil.nrk.no/content/flash/NRKPlayer-1.4.002.swf

http://nordond10c-f.akamaihd.net/z/wo/open/23/239063233c270bbdc56663bb696f18332ef7b72d/239063233c270bbdc56663bb696f18332ef7b72d_,141,316, 563,1266,2250,.mp4.csmil/manifest.f4m?hdcore=2.7.6&g=JHGMGHTBXISN http://psfil.nrk.no/content/flash/NRKPlayer-1.4.002.swf

and

http://nordond10c-f.akamaihd.net/z/wo/open/23/239063233c270bbdc56663bb696f18332ef7b72d/239063233c270bbdc56663bb696f18332ef7b72d_,141,316, 563,1266,2250,.mp4.csmil/3_9bc4dbc9129240c5_Seg1-Frag1?als=0,0.1,0,3,0,NaN,0,0,0,13,f,0,2350.66,f,s ,JHGMGHTBXISN,2.7.6,13 http://psfil.nrk.no/content/flash/NRKPlayer-1.4.002.swf

++

What program do I need to download this, like stream to download. What file type should it be? What program? Tried alot, Net Transport etc. Any Easy guides how to? also I see people att mms:// in front of https instead. and sorry if its wrong place, and a mess : )

cheers

svnpenn
09-29-2012, 04:50 PM
php /opt/Scripts/AdobeHDS.php --manifest 'http://nordond10c-f.akamaihd.net/z/w
o/open/23/239063233c270bbdc56663bb696f18332ef7b72d/239063233c270bbdc56663bb696f1
8332ef7b72d_,141,316,563,1266,2250,.mp4.csmil/manifest.f4m?hdcore=2.7.6&g=EVICHF
YUIVMB'

KSV Adobe HDS Downloader

Processing manifest info....
Quality Selection:
Available: 2398 1416 714 387 213
Selected : 2398
Downloading 15/391 fragments

thisdoesitagain
10-04-2012, 09:59 AM
hi thanks man, I tried using ADOBE HDS DOwnloader. I dont know where I should post this php code, firefox extension? You have any guides to recommend? :(

svnpenn
10-04-2012, 10:09 AM
stream-recorder.com/forum/adobe-hds-downloader-t12074.html

thisdoesit
10-08-2012, 09:11 AM
I tried adding the parameter to the cmd, but I can't get it to work. Do I need to have that with pHp folder to get Adobe HDS downloder to work?

http://bildr.no/view/1290827

What quality is the output btw?

(also the video will be removed soon :( )

Sorry if I ask to much, I am just very noobish.

svnpenn
10-08-2012, 04:28 PM
I tried adding the parameter to the cmd, but I can't get it to work.

Ideally you want to call php like this

php

but to do this your system needs to be able to find php.exe. If you current directory is C:\php, then your system will find it, or if php.exe is on the PATH. PATH is an environment variable, by default is

C:\Windows\System32

however you can add php to the PATH like this

C:\Windows\System32;C:\php

Another option would be to just call php directly like this

C:\php\php.exe AdobeHDS.php --manifest http://foo.com/manifest.f4m

What quality is the output btw?

KSV defaults the quality to the highest, but there is an option to change that.
github.com/K-S-V/Scripts/wiki

Please let it be very clear that I am not going more in to depth on this. You are asking about the very basics of the command line, something you should have learned long ago.