Hello, here is one problem I get when I put the link in URL Snooper
"Sorry but you must be logged in to view this page. Click http://www.mjmmagic.com/store/login.html"HERE to login and then proceed to the Downloads area within your MJM Magic account to gain access to your streaming videos.
Even when I login to the webpage in my browser and try again it's the same message I get.
I need your help please
+ Reply to Thread
Results 91 to 120 of 4610
-
-
I am trying to download the video of this link:
http://www.mtv.co.uk/artists/lykke-li/video/i-follow-rivers-mtv-unplugged
The URl Snooper gave me this rtmpe:
rtmpe://cp21595.edgefcs.net/ondemand/mtvnorigin/gsp.originmusicstor/sites/mtv.com/shows/unplugged/mt_up_rt233516_lykke_li_I_FOLLOW_RIVERS_performanc e_1280x720_3500_h32.mp4
So I use this command:
-r "rtmpe://cp21595.edgefcs.net/ondemand/mtvnorigin/gsp.originmusicstor/sites/mtv.com/shows/unplugged/mt_up_rt233516_lykke_li_I_FOLLOW_RIVERS_performanc e_1280x720_3500_h32.mp4" -o "c:\temp\video.mp4"
The rtmpdump-2.3 gave me this answer:
WARNING HANDSHAKE: Type mismatch: client sent 6, server answered 9
WARNING HANDSHAKE: Server not genuine Adobe!
ERROR: RTMP_Connect1, handshake failed.
The older versions of rtmpdump gave me this answer: ERROR HandleCtrl: Ignoring SWFVerification request, use --swfVfy!
ERROR: Closing connection: NetStream.Play.StreamNotFound
Can somebody help with this, please? -
Hi
URL Snooper hasn't given you enough information.
Try this command instead:-
Code:rtmpdump -r "rtmpe://cp21595.edgefcs.net:1935/ondemand?ovpfv=2.1.4" -a "ondemand?ovpfv=2.1.4" -f "LNX 10,1,102,64" -W "http://media.mtvnservices.com/player/prime/mediaplayerprime.1.6.0.swf?uri=mgid:uma:video:mtv.co.uk:640788&type=network&ref=www.mtv.co.uk&geo=GB&group=intl&&CONFIG_URL=http%3a%2f%2fmedia.mtvnservices.com%2fpmt%2fe1%2fplayers%2fmgid%3auma%3avideo%3amtv.co.uk%3a%2fcontext2%2fconfig.xml%3furi%3dmgid%3auma%3avideo%3amtv.co.uk%3a640788%26type%3dnetwork%26ref%3dwww.mtv.co.uk%26geo%3dGB%26group%3dintl%26" -p "http://www.mtv.co.uk/artists/lykke-li/video/i-follow-rivers-mtv-unplugged" -C Z: -y "mp4:mtvnorigin/gsp.originmusicstor/sites/mtv.com/shows/unplugged/mt_up_rt233516_lykke_li_I_FOLLOW_RIVERS_performance_512x288_750_m30.mp4" -o mt_up_rt233516_lykke_li_I_FOLLOW_RIVERS_performance_512x288_750_m30.flv
-
I tried this command that you gave me:
Code:"C:\temp\rtmpdump.exe" -r "rtmpe://cp21595.edgefcs.net:1935/ondemand?ovpfv=2.1.4" -a "ondemand?ovpfv=2.1.4" -f "LNX 10,1,102,64" -W "http://media.mtvnservices.com/player/prime/mediaplayerprime.1.6.0.swf?uri=mgid:uma:video:mtv.co.uk:640788&type=network&ref=www.mtv.co.uk&geo=GB&group=intl&&CONFIG_URL=http%3a%2f%2fmedia.mtvnservices.com%2fpmt%2fe1%2fplayers%2fmgid%3auma%3avideo%3amtv.co.uk%3a%2fcontext2%2fconfig.xml%3furi%3dmgid%3auma%3avideo%3amtv.co.uk%3a640788%26type%3dnetwork%26ref%3dwww.mtv.co.uk%26geo%3dGB%26group%3dintl%26" -p "http://www.mtv.co.uk/artists/lykke-li/video/i-follow-rivers-mtv-unplugged" -C Z: -y "mp4:mtvnorigin/gsp.originmusicstor/sites/mtv.com/shows/unplugged/mt_up_rt233516_lykke_li_I_FOLLOW_RIVERS_performance_512x288_750_m30.mp4" -o mt_up_rt233516_lykke_li_I_FOLLOW_RIVERS_performance_512x288_750_m30.flv
Code:Connecting ... INFO: Connected... ERROR: WriteN, RTMP send error 10054 (42 bytes) ERROR: RTMP_ReadPacket, failed to read RTMP packet header
Thanks for your support! -
Hi
Try using latest rtmpdump.
RTMPdump 2.3 r568 from post #8 here:- http://stream-recorder.com/forum/can-download-latest-version-rtmpdump-source-binaries-t5533.html -
I initially got the same handshake error when I tried the command line in post #93:
Connecting ...
WARNING: HandShake: Type mismatch: client sent 6, server answered 9
WARNING: HandShake: Server not genuine Adobe!
ERROR: RTMP_Connect1, handshake failed.
http://www.mediafire.com/?xgi24wbj2xboa2s
I was able to download the file.Last edited by jagabo; 26th Apr 2011 at 18:26.
-
Hi.
I've been trying unsuccessfully to dl flvs that are streamed through an embedded swf player from www.football-italia.net .
The player reads the streams using a config xml file
http://xml.eplayer.performgroup.com/eplayer/config/fe20pnp4ajqn1rpgwmr9setkm
which then gives the addresses of the rtmp streams to play through this file
http://xml.eplayer.performgroup.com/eplayer/structure/fe20pnp4ajqn1rpgwmr9setkm
Trying to guess keys etc doesnt seem to be working.
rtmpdump -r rtmp://vod.l3.cms.performgroup.com/perform-vod-l3/ePlayer2/serieaEP-Parma2InterMila-20113171226_0_304.f4v -u z3hfuccpjr0q1b7tsjf51k89n -p http://www.performgroup.com/eplayer/ -s http://static.eplayer.performgroup.com/ptvFlash/eplayer2/Eplayer.swf -W http://static.eplayer.performgroup.com/ptvFlash/eplayer2/Eplayer.swf -V -o serieaEP-Parma2InterMila-20113171226_0_304.f4v
for example is no go.
any help would be muchly appreciated.
Thanks! -
-
The player should be embeded in the home page of the link in the previous post : football-italia.net
It might be geoblocked.
You might be able to access it through the html attached. -
-
Look back through this thread for help.
This command is OK:-
Code:rtmpdump -r "rtmp://vod.l3.cms.performgroup.com:1935/perform-vod-l3" -a "perform-vod-l3" -f "LNX 10,1,102,64" -W "http://static.eplayer.performgroup.com/ptvFlash/eplayer2/Eplayer.swf" -p "http://www.football-italia.net/" -C O:1 -C O:0 -y "mp4:ePlayer2/20110427-fergy-201132784544_0_287.f4v" -o 20110427-fergy-201132784544_0_287.flv
-
Hi again.
Thanks for the command. I tried it but its not working for me.
The debug log seems to suggest a verification error. Any ideas?
DEBUG: Invoking connect
INFO: Connected...
DEBUG: HandleServerBW: server BW = 2500000
DEBUG: HandleClientBW: client BW = 2500000 2
DEBUG: HandleCtrl, received ctrl. type: 26, len: 3
DEBUG: HandleCtrl, SWFVerification ping received:
DEBUG: sending ctrl. type: 0x001b
DEBUG: Sending SWFVerification response:
DEBUG: 00 1b 01 01 00 07 5c 05 00 07 5c 05 aa 26 2b dc
DEBUG: 35 7f 07 da 58 6f 0a 32 52 b1 23 9f ce 3a fd a1
DEBUG: 38 f6 46 f0 88 46 ff 65 03 d4 b1 47
DEBUG: RTMP_ClientPacket, received: invoke 181 bytes
DEBUG: (object begin)
DEBUG: Property: NULL
DEBUG: (object begin)
DEBUG: Property:
DEBUG: Property:
DEBUG: Property:
DEBUG: Property:
DEBUG: (object end)
DEBUG: (object end)
DEBUG: HandleInvoke, server invoking <_error>
ERROR: rtmp server sent error
DEBUG: RTMP_ClientPacket, received: invoke 18 bytes
DEBUG: (object begin)
DEBUG: Property: NULL
DEBUG: (object end)
DEBUG: HandleInvoke, server invoking
ERROR: rtmp server requested close
DEBUG: Closing connection. -
Yeah, i tried it with v2.3 r568 if that's what your referring to.
Same error.
Did you successfully dl the fergy interview? -
Mate, thanks a lot.
Changed to another pc and got it working!
Not sure what was blocking the dl but no matter. -
@bat999, hey I just recently started reading this thread cause I've been getting files from the internet. And I kind of incorporated some of the command lines that were given to try and retrieve 2 files that I wanted to bring down off the web. I thought I got it to work finally but then I got this message:
"ERROR: RTMP_ReadPacket, failed to read RTMP packet header"
Could you tell me how to alter my command link?
Here is the original links:
http://www.cmt.com/videos/aaron-lewis/643967/the-story-never-ends-live-from-nashville.jhtml
http://www.cmt.com/videos/aaron-lewis/643964/country-boy-live-from-nashville.jhtml
I did the first one and here was the RTMPE location:
rtmpe://cp3547.edgefcs.net/ondemand/mtvnshrdstor/_!/mtvi/bands/l/lewis_aaron/cm_the_story_never_ends_full_640x360_1200_m30.mp4
And this was my command line that I kind of pieced together from reading here:
C:\rtmpdump.exe -r "rtmpe://cp21595.edgefcs.net:1935/ondemand?ovpfv=2.1.4" -a "ondemand?ovpfv=2.1.4" -f "LNX 10,1,102,64" -W "http://flash.quantserve.com/pixel.swf?r=1773&tags=57760&qcv=5%2E0%2E0&url=http%3A%2F%2...0777%2D1280775" -p "http://www.cmt.com/videos/aaron-lewis/643967/the-story-never-ends-live-from-nashville.jhtml" -C Z: -y "mp4:mtvnshrdstor/_!/mtvi/bands/l/lewis_aaron/cm_the_story_never_ends_full_640x360_1200_m30.mp4" -o cm_the_story_never_ends_full_640x360_1200_m30.mp4
I know it's probably something simple but I'm new to this, so any tips would be greatly appreciated.
Thanks! -
Hi
These are the two links that I've found:-
Code:rtmpdump -r "rtmpe://cp3547.edgefcs.net:1935/ondemand?ovpfv=2.1.4" -a "ondemand?ovpfv=2.1.4" -f "LNX 10,1,102,64" -W "http://media.mtvnservices.com/player/release/?v=4.13.0" -p "http://www.cmt.com/videos/aaron-lewis/643964/country-boy-live-from-nashville.jhtml" -C Z: -y "mp4:mtvnshrdstor/_!/mtvi/bands/l/lewis_aaron/cm_country_boy_live_full_512x288_750_m30.mp4" -o cm_country_boy_live_full_512x288_750_m30.flv
Code:rtmpdump -r "rtmpe://cp3547.edgefcs.net:1935/ondemand?ovpfv=2.1.4" -a "ondemand?ovpfv=2.1.4" -f "LNX 10,1,102,64" -W "http://media.mtvnservices.com/player/release/?v=4.13.0" -p "http://www.cmt.com/videos/aaron-lewis/643967/the-story-never-ends-live-from-nashville.jhtml" -C Z: -y "mp4:mtvnshrdstor/_!/mtvi/bands/l/lewis_aaron/cm_the_story_never_ends_full_512x288_750_m30.mp4" -o cm_the_story_never_ends_full_512x288_750_m30.flv
bash: !/mtvi/bands/l/lewis_aaron/cm_country_boy_live_full_512x288_750_m30.mp4": event not found
bash: !/mtvi/bands/l/lewis_aaron/cm_the_story_never_ends_full_512x288_750_m30.mp4": event not found
I don't know whether it's because I'm not in USA, or whether those videos are well protected. -
I used the wrong SWF link! UGH! I knew it was something simple. Thanks for fixing that. I didn't know which one to use.
And you were right, it's probably because you are outside the US because I DL'ed the 640 m4p's and I had no problem at all. Thanks a million, now I can watch them whenever I want. You are the shiznit brotha! -
Hi
I tried those two above commands on a Windows machine.
And they both downloaded fine.
The error messages that I got in Linux:-
bash: !/mtvi/bands/l/lewis_aaron/cm_country_boy_live_full_512x288_750_m30.mp4": event not found
bash: !/mtvi/bands/l/lewis_aaron/cm_the_story_never_ends_full_512x288_750_m30.mp4": event not found
It is complaining because ! is a special character in bash.
So I had to put the -y names in 'single quotes' instead of "double quotes".
(Like this:- -y 'mp4:mtvnshrdstor/_!/mtvi/bands/l/lewis_aaron/cm_country_boy_live_full_512x288_750_m30.mp4')
Then they downloaded fine in Linux.
-
Hi bat, I see you're the expert around here! I'm trying to download a show for my Neighbour who is doing a presentation at a school in about a week's time on healthy eating. The show is on ITV player, a UK only catch-up service. I have a fair grasp of software and downloaders, but I know most programs I try to use work only on HTTP or at best RTMP streams, The problem is that the stream is RTMPE.
Link to Program
I have used a different tool entirely got the rtmpe url,rtmpe://cp72511.edgefcs.net:1935/ondemand?ovpfv=1.1&auth=eaEbUcsc4bhapa4dtbXcQd0bNcUdid_dOdbascbcDbjcW cAcJdkcjb9axb2bUdacVcE-bnULX3-eS-azu3IBujArCs&aifp=v002&slist=production/mp4roduction/CATCHUP/1a0f29c3/9d75/4c6e/a934/2712fe12d4e3/1-9755-0007-001_ANNABEL-S-KITCHEN_TX210411_ITV1200_16X9.MP4
but then when I try again I get a different rtmpe link.,
rtmpe://cp72511.edgefcs.net:1935/ondemand?ovpfv=1.1&auth=eaEbsaTadddataScsatcxcgcMdBbqaYaUd0bXcebCc_cb aVchbRdZdScycYdPbLa8aw-bnUL9_-eS-cxr1FDqjErAr&aifp=v002&slist=production/mp4roduction/CATCHUP/1a0f29c3/9d75/4c6e/a934/2712fe12d4e3/1-9755-0007-001_ANNABEL-S-KITCHEN_TX210411_ITV1200_16X9.MP4
I've copied the newest RTMPDUMP/RTMPSRV package into a path on my computer and I'm pasting into the cmd.exe (Running Vista by the way)
"path"
-r "{rtmpe}"
-o "c:\video.flv"
To which If I try either of the rtmpe urls they don't work. The best I can get is an advert for dishwashing, not the tv show needed. Secondly, really dumb question - but does Debian (what my younger brother uses) work like Linux? Your help will be really appreciated.
Jimmy. -
Hi
This is the full command that rtmpsrv gives:-
Code:rtmpdump -r "rtmpe://cp72511.edgefcs.net:1935/ondemand?ovpfv=1.1&auth=eaEaScHbpcecEdJbfb0b8dFamcSd0csaMbjdtd7aUd5cDboaob7dja6b9c1aedEdpap-bnUNrv-eS-8zp2HCrlvuBq&aifp=v002&slist=production/" -a "ondemand?ovpfv=1.1&auth=eaEaScHbpcecEdJbfb0b8dFamcSd0csaMbjdtd7aUd5cDboaob7dja6b9c1aedEdpap-bnUNrv-eS-8zp2HCrlvuBq&aifp=v002&slist=production/" -f "LNX 10,1,102,64" -W "http://www.itv.com/mercury/Mercury_VideoPlayer.swf?v=1.6.629" -p "http://www.itv.com/itvplayer/video/?Filter=233153" -C Z: -y "mp4:production/CATCHUP/1a0f29c3/9d75/4c6e/a934/2712fe12d4e3/1-9755-0007-001_ANNABEL-S-KITCHEN_TX210411_ITV1200_16X9.MP4" -o 1-9755-0007-001_ANNABEL-S-KITCHEN_TX210411_ITV1200_16X9.flv
"path"
-r "{rtmpe}"
-y "{playlist}"
-o "c:\video.flv"
This Annabel's Kitchen will download just using:-
"path"
Code:-r "rtmpe://cp72511.edgefcs.net:1935/ondemand?ovpfv=1.1&auth=eaEaScHbpcecEdJbfb0b8dFamcSd0csaMbjdtd7aUd5cDboaob7dja6b9c1aedEdpap-bnUNrv-eS-8zp2HCrlvuBq&aifp=v002&slist=production/"
Code:-y "mp4:production/CATCHUP/1a0f29c3/9d75/4c6e/a934/2712fe12d4e3/1-9755-0007-001_ANNABEL-S-KITCHEN_TX210411_ITV1200_16X9.MP4"
Code:-o "c:\video.flv"
And yes, Debian is a version of Linux. -
Thanks for the help so far bat, but we're still not quite there. The most recent rtmpdump package (Linked here on forum was unzipped into the Users/jjsag where the cmd.exe is running. I tried the other examples listed above on this page and they all worked, downloading 2 concert performances and a Ferguson Interview. The RTMPdump on Annabel's Kitchen now says rtmp server sent error, rtmp server requested close.
Using RTMPExplorer yields few better results. Any ideas? This is really important for her and I don't want to let her down.
-
Hi
The command has changed since this morning.
Maybe they're using a different server or something.
This is the command that I've used now:-
Code:rtmpdump -r "rtmpe://cp72511.edgefcs.net:1935/ondemand?ovpfv=1.1&auth=eaEcsbubNbSc0bJdna6dpdYbkdRcHbOdabjdIaccfdtbmdlbadCbMcGaFcpbJb0cBb7-bnUZ9R-eS-cym2LBrlxsBs&aifp=v002&slist=production/" -a "ondemand?ovpfv=1.1&auth=eaEcsbubNbSc0bJdna6dpdYbkdRcHbOdabjdIaccfdtbmdlbadCbMcGaFcpbJb0cBb7-bnUZ9R-eS-cym2LBrlxsBs&aifp=v002&slist=production/" -f "LNX 10,1,102,64" -W "http://www.itv.com/mercury/Mercury_VideoPlayer.swf?v=1.6.629" -p "http://www.itv.com/itvplayer/video/?Filter=233153" -C Z: -y "mp4:production/CATCHUP/1a0f29c3/9d75/4c6e/a934/2712fe12d4e3/1-9755-0007-001_ANNABEL-S-KITCHEN_TX210411_ITV1200_16X9.MP4" -o 1-9755-0007-001_ANNABEL-S-KITCHEN_TX210411_ITV1200_16X9.flv
If you get weird messages about refused etc. try re-booting your pc/router etc.
If it cuts out after 25% or so, don't panic.
Paste the same command with --resume tagged on the end. Sometimes it will carry on where it left off.
If everything else fails, try again later or tomorrow.
The other videos have downloaded OK for you, perhaps ITV is very busy or has a fault.
Last edited by bat999; 29th Apr 2011 at 19:18.
-
This is so strange. I typed the code in you mentioned, and it still gave the exact same error message - even after rebooting my computer. Could you tell me how you generated the rtmp url and see if I can create on my I.P.?
-
I'm using rtmpsrv with Linux.
It's not simple to do it with Windows. That's why RTMPExplorer was developed.
The link has changed yet again:-
Code:rtmpdump -r "rtmpe://cp72511.edgefcs.net:1935/ondemand?ovpfv=1.1&auth=eaEb.dXaqaWaockaRbNbEcIbybndLb2amdobgaxcYb1aXd3cOcrcLcCaYcUbJaNbidP-bnU1eI-eS-6Av1IAvjztwp&aifp=v002&slist=production/" -a "ondemand?ovpfv=1.1&auth=eaEb.dXaqaWaockaRbNbEcIbybndLb2amdobgaxcYb1aXd3cOcrcLcCaYcUbJaNbidP-bnU1eI-eS-6Av1IAvjztwp&aifp=v002&slist=production/" -f "LNX 10,1,102,64" -W "http://www.itv.com/mercury/Mercury_VideoPlayer.swf?v=1.6.629" -p "http://www.itv.com/itvplayer/video/?Filter=233153" -C Z: -y "mp4:production/CATCHUP/1a0f29c3/9d75/4c6e/a934/2712fe12d4e3/1-9755-0007-001_ANNABEL-S-KITCHEN_TX210411_ITV1200_16X9.MP4" -o 1-9755-0007-001_ANNABEL-S-KITCHEN_TX210411_ITV1200_16X9.flv
-
I'm gettin' desperate here. Trying to download
rtmp://cp99454.edgefcs.net/ondemand/mp4:h96_live_fast/1492646.1492718.low.mp4
but always end up with
ERROR: WriteN, RTMP send error 10054 (42 bytes)
ERROR: RTMP_ReadPacket, failed to read RTMP packet body. len: 68645
Resuming doesn't work.
Can somebody please help me out? Would be much appreciated! -
Hi everyone!
I tried to download a video stream but it doesn't work at all.
URL: http://yle.fi/extrem/artikel/yle_arenan/39639-Svenska-Talande-Klubben-Tove-Styrke
Internet Download Manager detected the stream ( rtmp://flashu.yle.fi/AreenaServer/mp4:maailma/2011/5/3/1304404544266_1304404544367.mp4 ) but failed to download it.
Then I used rtmpdump with this command:
Code:rtmpdump -r "rtmp://flashu.yle.fi/AreenaServer/mp4:maailma/2011/5/3/1304404544266_1304404544367.mp4" -o "c:/video.mp4" pause
Code:ERROR: Closing connection: NetStream.Play.Failed
Last edited by elektro; 3rd May 2011 at 17:12.
Similar Threads
-
How to download a rtmp stream from a website
By krb214 in forum Video Streaming DownloadingReplies: 2Last Post: 26th Jul 2011, 19:08 -
Need some advice on how to download certain rtmp streams
By aveceux in forum Video Streaming DownloadingReplies: 3Last Post: 13th Jun 2011, 09:45 -
Free DivX Pro Software Download
By MJA in forum Video ConversionReplies: 11Last Post: 18th Dec 2010, 08:21 -
RTMP Flash file help?
By xiaofan in forum Newbie / General discussionsReplies: 0Last Post: 3rd Jun 2007, 09:16