team mate
04-27-2014, 04:08 AM
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
http://www.npo.nl/bnn-presents-paaspop/27-04-2014/BNN_101359970
hasomaso
04-27-2014, 04:37 AM
here is the direct link
http://l24m79282e16dd00535cdc60000000.2df01c1ab8a31fba.ad aptive-e10c4a.npostreaming.nl/lmshieldv2/3/bnn/rest/2014/BNN_101359970/BNN_101359970.ism/BNN_101359970.m3u8
and here for download with ffmpeg
ffmpeg -i "http://l24m79282e16dd00535cdc60000000.2df01c1ab8a31fba.ad aptive-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
thanks so much!!
team mate
04-27-2014, 04:56 AM
sorry, another question
ffmpeg tells me "HTTP error 403 Forbidden" - what's going wrong?
hasomaso
04-27-2014, 05:00 AM
sorry...
i had a small error in ffmpeg code but now fixed
try again
team mate
04-27-2014, 05:12 AM
it works! and i think figured out what to do next time too. thanks! :)
team mate
04-27-2014, 05:42 AM
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:
[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.ad aptive-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
The link you gives me this error again
Not sure if it means it's already expired?
[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
i was able to download the full video with ffmpeg+code
which version of ffmpeg do you use?
http://imageshack.com/a/img836/9269/rc44.png
http://imageshack.com/a/img843/3241/ejd8.png
blimey
04-27-2014, 10:14 AM
Try these steps;
Load the following page, note token value;
http://ida.omroep.nl/npoplayer/i.js
Add token value (without quotes) to the following url (add it after token=), and then load page;
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;
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;
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;
http://content10c5d.omroep.nl/urishieldv2/ --- some code --- . --- some code --- /ceresodi/h264/1/bnn/rest/2014/BNN_101359970/std.20140426.m4v
team mate
04-27-2014, 10:20 AM
A very very new one:
ffmpeg version N-62728-g6956b04
built on Apr 26 2014 22:01:52 with gcc 4.8.2 (GCC)
team mate
04-27-2014, 10:56 AM
Try these steps;
Load the following page, note token value;
http://ida.omroep.nl/npoplayer/i.js
Add token value (without quotes) to the following url (add it after token=), and then load page;
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;
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;
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;
http://content10c5d.omroep.nl/urishieldv2/ --- some code --- . --- some code --- /ceresodi/h264/1/bnn/rest/2014/BNN_101359970/std.20140426.m4v
this worked! thank you so much! :)
vBulletin® , Copyright ©2000-2025, Jelsoft Enterprises Ltd.