Hi, I'm trying to download this video
http://mwave.interest.me/mnettv/videodetail.m?searchVideoDetailVO.clip_id=165441
but i get an "access denied! unable to download fragments"
I replaced the adobehds.php file but it still didn't work
can someone help me please?
+ Reply to Thread
Results 301 to 330 of 585
-
Last edited by kl05; 13th Feb 2015 at 02:32.
-
Hi i am trying to ripp this video from a swedish site kanal5, ut i get this msg in cmd saying: Unable to download the manifest.
Here is the link i got from url snooper:
http://www.kanal5play.se/flash/K5StandardPlayer.swf?cache=20150210100648.3821339478102...g=hdcore=3.5.0
Have i done something wrong with mine?
php AdobeHDS.php --manifest "http://www.kanal5play.se/z/open/=20150210100648382133947810256228.wvm.csmil/manifest.f4m?g=hdcore=3.5.0" --delete
Hope someone can help, cheers -
-
Hello, I followed the instructions from #212 posts. But, in step 2.3 (the beginning of the video, a small dialog box will appear (right) during the taskbar) nothing happens. My cursor is flashing, and nothing else happens. I reviewed the previous steps, installed the extension, activated it ... I downloaded the "AdobeHDS.php" upgraded from git repository (https://github.com/KSV/Scripts/blob/master/AdobeHDS.php), saved the same in "C: \ php". The video I'm trying to download is the link: "http://portal.code.education/lms/#/30/15/52/conteudos?capitulo=305&conteudo=1723", but you must have access to both.
-
-
AdobeHDS.php is for .f4m manifest.
Are you sure your video is it in this format?
it is difficult to verify for me without access -
You can indicate some step-by-step guide for this type of streaming? Using these tools you mention. Because so, I've tried using rtmpdump and he gave crash, do not know why.
--
I tried again using rtmpdump. Got the streaming information through MidiaBox. I used the url in cmd and this happened:
Last edited by Dagdelo; 13th Feb 2015 at 20:59. Reason: Exemples...
-
maybe with the last update https://github.com/K-S-V/Scripts/releases/download/v2.4/rtmpdump-2.4.zip
-
It's recording! Thx
--
I gave the command when the video was already rolling ... and it is over, but the console nothing has changed. Still recording ... What should I do?
--
Sorry for the ignorance, I had created a ridiculously wrong command. I corrected looked like this: "rtmpdump -r" rtmp: //mediabr3.estadovirtual.com.br: 1935 / schoolofnetdesktop / mp4: /SASS/1/SASS-1.1-Falando on CSS.mov "-the FalandoSobreCSS.mov" . To run it he created the file in the directory, but he's 0kb. Is that so?Last edited by Dagdelo; 13th Feb 2015 at 21:34. Reason: Questions of newbie
-
-
The biggest problem is that the 64-bit version RTMPHelper can not work with my browsers. You see the error that appears:
I need to find a 32-bit browser for my 64-bit system. Does anyone know where I can?
--
Ok, after reading a little more of RTMPHelper documentation found that the version I'm using is 64-bit. When he should be using 32 bits. So my browsers are 32-bit (although the system is 64-bit). Anyway, I got hit with firefox, but not Chrome. What is already a good size, for those who could not with any.
What should I do now?Last edited by Dagdelo; 14th Feb 2015 at 22:05.
-
You can download that video with ChrisPC VideoTube Downloader Pro, actually it's a RTMP stream: http://downloadvideo.how/
-
Hello Mike, I succeeded download the videos using the RTMPHelper + RTMPDumper. The Helper generated the command and I just did add a streaming parameter (-v) to it. But I loved the hint, surely one day I will use it.
Code:rtmpdump -v -r "rtmp://mediabr3.estadovirtual.com.br:1935/schoolofnetdesktop/" -a "schoolofnetdesktop/" -f "WIN 16,0,0,305" -W "http://portal.code.education/bundles/sonbase/ev-player/Player.swf" -p "http://portal.code.education/lms/#/30/15/52/conteudos?capitulo=304&conteudo=1717" -C O:1 -C NS:idsessao:s7g0dr6o2ep8q78ji3shtegim0 -C NS:idusuario:590 -C O:0 -y "mp4:/SASS/1/SASS-1.2-PreProcessadores.mov" -o "2015-02-15_01-57-43_SASS-1.2-PreProcessadores.flv"
-
Hello all.
Can you help to record this "stream" ?:
https://techdays.microsoft.fr/live/?td=2
URL Snooper gave me this link:
https://live-secure.brainsonic.com/microsoft/techdays15/j3/files/swf/playerHds.swf?dep...t.fr%2Flive%2F
But i don't kwnow how to proceed to record this video.
Thank you -
Hi Klonac ,
Here below my try .
Batch file
Code:@echo on php AdobeHDS.php --manifest "https://bms03a-pad.brainsonic.com/bsl_loc/tdj2bck02_2/manifest.f4m?DVR" --delete --useragent "Mozilla/5.0 (Windows NT 5.1; rv:35.0) Gecko/20100101 Firefox/35.0" --outfile Tech_Days.flv pause :fin
Code:KSV Adobe HDS Downloader Processing manifest info.... Quality Selection: Available: 1 Selected : 1 Fragments Total: 9734, First: 1, Start: 1, Parallel: 8 Downloading 28/9734 fragments ... Not finish !!! ================
Cheers .Last edited by aazerty; 16th Feb 2015 at 09:35.
JE SUIS CHARLIE !!! -
Merci pour ton aide aazerty.
Some questions:
1)How did you find this link? : https://bms03a-pad.brainsonic.com...............
Answer: HDS Link Detector Add-on
2) This stream is a record of one day of techdays 2015. But i only interested in some parts of video and not to download the whole stream.
For example between 2hour and 3 hour from the video.
How proceed ?
--start [param] start from specified fragmentLast edited by Klonac; 16th Feb 2015 at 13:40. Reason: answers
-
Hi Klonac ,
> Answer: HDS Link Detector Add-on
Yes ( Oui )
https://addons.mozilla.org/en-US/firefox/addon/hds-link-detector/
> --start [param] start from specified fragment
Never tried . If the choice is bad we have to try again .
( Quel numéro choisir ? Si c'est mauvais on doit tout recommencer !)
The best way is to DL the file completly .
After use FFMPEG to cut it .
---
start=num
Start at num seconds into the stream. Not valid for live streams.
stop=num
Stop at num seconds into the stream.
---
Cheers .JE SUIS CHARLIE !!! -
Hi folks!
1st post here (apologies, please don't scroll on by...) and I'm in need of help. I'm pretty competent when it comes to these things but this one has stumped me! I am trying to grab video from the EPiXHD site. I managed to get various amounts of links/info including the manifest file which originally I saved to my laptop, opened it and had a read through, etc just to see what it said. I ended up here (and other places) after searching for how to grab the contents from a manifest file. So I ended up downloading the AdobeHDS.php script and testing it out. I also installed the HDS Link Detector for Firefox. This is where I am at the moment...
I managed to test out AdobeHDS.php script and it works fine. Successfully managed to download some video (I tested it on a link in this thread). The thing is, it wasn't from EPiXHD. I get an, "Access Denied! Unable to download the manifest." error when I try that. So, I thought I would change the link in the command prompt from the EPiXHD site to the manifest file I have on my laptop as I managed to download that no problem... didn't work! After a few seconds, I get an, ""Processing manifest info.... Unable to download the manifest" error. Things looked as if they were gonna work because it took a couple seconds to throw up the error. So, I decided that something else must be wrong. I guessed that it may be because the EPiXHD site needs an account to view the content... I decided to test it out.
I logged out of my account, cleared cookies, etc and then, as I still had the url of the manifest, I pasted it in my browser and it threw up an "Access Denied!" error. I then knew I needed to be logged into my account for it to download and that is why the AdobeHDS.php script wasn't working.
So, apologies for the long-winded explanation but is there a way to grab the content from the EPiXHD website via the AdobeHDS.php script? Can I input my login details into the php script or something? Also, I'm in the UK and the site needs a US proxy. Been using a VPN to watch with no problems but wondered if that may affect things too and if there is any way to bypass that?
Thanks for reading, any other info I can give you, I shall.
EDIT: Just a little update. I managed to get AdobeHDS.php to process the manifest file from the server via the --proxy option. After a second or two, I got this:
Code:Processing manifest info.... Quality Selection: Available: 3462 2145 1650 1186 741 445 Selected : 3462 Fragments Total: 539, First: 1, Start: 1, Par Access Denied! Unable to download fragments.
EDIT 2: Success!!! I had to use the --fproxy setting for the fragments as well... silly me. I now have the full 720p HD file on my laptop which I muxed to mkv.Last edited by irn-bru; 16th Feb 2015 at 18:51. Reason: Managed to work it out myself.
-
-
Last edited by irn-bru; 16th Feb 2015 at 21:44. Reason: Formatting
-
This video is long "10:09:42" and contains 9734 fragments.
I want to record from 8:49:00 to the end. So I apply a rule of 3 and I get 8445 fragments.
So I use as an argument "--start 8445".
Also I can combine the options "--start" and "--duration [param] stop recording After specified number of seconds" to choose a specific time of the video.
start=num and stop=num: this options are for rtmpdump and not for AdobeHDS.php ??? -
Hi Klonac ,
Thanks !!!
( Merci pour les infos !!! )
Just for the general knowledge : when we have in our 'FF's cache' the file 'manifest.f4m' ,
openning it , we can see the exact duration of the video and qualities able .
Code:php AdobeHDS.php --manifest "https://bms03a-pad.brainsonic.com/bsl_loc/tdj2bck02_2/manifest.f4m?DVR" --start 8400 --delete --useragent "Mozilla/5.0 (Windows NT 5.1; rv:35.0) Gecko/20100101 Firefox/35.0" --outfile Tech_Days_reduit.flv
Code:KSV Adobe HDS Downloader Processing manifest info.... Quality Selection: Available: 1 Selected : 1 Fragments Total: 9734, First: 1, Start: 8400, Parallel: 8 Downloading 9734/9734 fragments Found 1335 fragments Finished
2) It works perfectly
3) Thanks for "--duration [param] stop recording After specified number of seconds"
Cheers .JE SUIS CHARLIE !!! -
Hi Dagdelo ,
> Or should I download from .flv and convert using another app.
Yes .
Cheers .JE SUIS CHARLIE !!!
Similar Threads
-
How to download flash video RTMP/RTMPE streams using free software
By Baldrick in forum User guidesReplies: 4609Last Post: 6th Mar 2025, 10:32 -
Is Youtube Using RTMPE?
By tworegon in forum Video Streaming DownloadingReplies: 14Last Post: 31st Aug 2012, 14:43 -
Combining MP4 files downloaded via rtmpe
By Cwluc in forum EditingReplies: 2Last Post: 4th Feb 2012, 21:37 -
ripping dvd's with rip-it
By XAPHSNYC in forum MacReplies: 10Last Post: 31st Jan 2010, 21:59 -
problems ripping to Media Player ?!
By paulpeople2476 in forum Media Center PC / MediaCentersReplies: 3Last Post: 17th Jun 2009, 10:37