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 from npo.nl

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

team mate 04-27-2014 04:08 AM

Download from npo.nl


 
I've tried Stream Transport to grab this one - it doesn't even load the video - and neither does RTMPexplorer. Replay Media Catcher doesn't grab it either.

Can anyone help please? :o
Code:

http://www.npo.nl/bnn-presents-paaspop/27-04-2014/BNN_101359970

hasomaso 04-27-2014 04:37 AM

Re: Download from npo.nl


 
here is the direct link

Code:

http://l24m79282e16dd00535cdc60000000.2df01c1ab8a31fba.adaptive-e10c4a.npostreaming.nl/lmshieldv2/3/bnn/rest/2014/BNN_101359970/BNN_101359970.ism/BNN_101359970.m3u8

and here for download with ffmpeg

Code:

ffmpeg -i "http://l24m79282e16dd00535cdc60000000.2df01c1ab8a31fba.adaptive-e10c4a.npostreaming.nl/lmshieldv2/3/bnn/rest/2014/BNN_101359970/BNN_101359970.ism/BNN_101359970.m3u8" -c copy output.ts

team mate 04-27-2014 04:45 AM

Re: Download from npo.nl


 
thanks so much!!

team mate 04-27-2014 04:56 AM

Re: Download from npo.nl


 
sorry, another question

ffmpeg tells me "HTTP error 403 Forbidden" - what's going wrong?

hasomaso 04-27-2014 05:00 AM

Re: Download from npo.nl


 
sorry...
i had a small error in ffmpeg code but now fixed
try again

team mate 04-27-2014 05:12 AM

Re: Download from npo.nl


 
it works! and i think figured out what to do next time too. thanks! :)

team mate 04-27-2014 05:42 AM

Re: Download from npo.nl


 
sorry, one more thing!

so it works... but only grabs between 10 and 11%, then gives me either and input / output error or tells me "Failed to open segment of playlist 0"

i tried about 10 times now, with various of the .m3u8 links, but it never goes past 11 mins of the 55mins video...

latest attempt:

Code:

[hls,applehttp @ 028d0a20] Failed to open segment of playlist 0
frame= 6998 fps= 39 q=-1.0 size=  40373kB time=00:04:40.00 bitrate=1181.2kbits/
http://l24m419af2e99700535cec0a000000.1983c6015ba55e05.adaptive-e10c4b.npostream
ing.nl/lmshieldv2/3/bnn/rest/2014/BNN_101359970/BNN_101359970.ism/BNN_101359970.
m3u8: Input/output error
frame= 6998 fps= 38 q=-1.0 Lsize=  40377kB time=00:04:40.00 bitrate=1181.3kbits
/s
video:34300kB audio:2283kB subtitle:0kB other streams:0kB global headers:0kB mux
ing overhead: 10.371003%


team mate 04-27-2014 09:57 AM

Re: Download from npo.nl


 
The link you gives me this error again
Not sure if it means it's already expired?

Code:

[http @ 04040f80] HTTP error 403 Forbidden
http://content10c5d.omroep.nl/urishieldv2/l27m1aa49310040d40bc00535d1c98000000.a
b87a4d475cb0866c4a9b2447f6ced00/ceresodi/h264/1/bnn/rest/2014/BNN_101359970/std.
20140426.m4v: Input/output error


hasomaso 04-27-2014 10:06 AM

Re: Download from npo.nl


 
i was able to download the full video with ffmpeg+code
which version of ffmpeg do you use?




blimey 04-27-2014 10:14 AM

Re: Download from npo.nl


 
Try these steps;

Load the following page, note token value;
Code:

http://ida.omroep.nl/npoplayer/i.js
Add token value (without quotes) to the following url (add it after token=), and then load page;
Code:

http://ida.omroep.nl/odi/?prid=BNN_101359970&puboptions=h264_std&adaptive=no&part=1&token=
Result of loading page will produce result similar to this;
Code:

http://odi.omroep.nl/video/ida/h264_std/---some code---/---some code---/BNN_101359970/1?type=jsonp
Copy such url like above (end it at "jsonp", leave off the rest). Remove extraneous "\".

Load this url, it will load once and only once (any more loads after the first one will produce error). Result of loading this url will produce page with;
Code:

download","path":

"server"

Make new url using strings following server and download path. Remove extraneous "\".

New url for download should look somewhat similar to this;
Code:

http://content10c5d.omroep.nl/urishieldv2/ --- some code --- . --- some code --- /ceresodi/h264/1/bnn/rest/2014/BNN_101359970/std.20140426.m4v


All times are GMT -6. The time now is 12:40 PM.