Audio/video stream recording forums (http://stream-recorder.com/forum/index.php)
-   Video stream recording (http://stream-recorder.com/forum/forumdisplay.php?f=4)
-   -  

download stream nrk.no

(http://stream-recorder.com/forum/showthread.php?t=13887)

thisdoesit 09-29-2012 11:10 AM

download stream nrk.no


 
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...ng-1/episode-1

http://psfil.nrk.no/content/flash/pl...mingPlugin.swf http://psfil.nrk.no/content/flash/NRKPlayer-1.4.002.swf

http://psfil.nrk.no/content/flash/sk...GreyV1.4.1.swf http://psfil.nrk.no/content/flash/NRKPlayer-1.4.002.swf

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

http://nordond10c-f.akamaihd.net/z/w...g=JHGMGHTBXISN http://psfil.nrk.no/content/flash/NRKPlayer-1.4.002.swf

and

http://nordond10c-f.akamaihd.net/z/w...BXISN,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

Re: download stream nrk.no


 
Code:

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

Re: download stream nrk.no


 
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

Re: download stream nrk.no


 
stream-recorder.com/forum/adobe-hds-downloader-t12074.html

thisdoesit 10-08-2012 09:11 AM

Re: download stream nrk.no


 
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

Re: download stream nrk.no


 
Quote:

Originally Posted by thisdoesit
I tried adding the parameter to the cmd, but I can't get it to work.

Ideally you want to call php like this

Code:

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

Code:

C:\Windows\System32
however you can add php to the PATH like this

Code:

C:\Windows\System32;C:\php
Another option would be to just call php directly like this

Code:

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

Originally Posted by thisdoesit
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.


All times are GMT -6. The time now is 06:35 AM.