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

www.atom.com: Problem downloading RTMPE stream with rtmpdump

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

Tupring 10-19-2010 07:18 AM

www.atom.com: Problem downloading RTMPE stream with rtmpdump


 
Hi guys, I'm a little lost. I can only get this video to download half way and resume doesn't seem to work. I'm probably just missing a command somewhere. Can anyone help please? I'm using Mac OS X Terminal but will use Windows if I have to.

rtmpe://cp35395.edgefcs.net/ondemand/mtvnorigin/gsp.atomcomstor/atom.com/legacy/flv/si/sidecar_nerd_rage_rap_768x432_1800.mp4

Stream Recorder 10-19-2010 01:42 PM

Re: www.atom.com: Problem downloading RTMPE stream with rtmpdump


 
Quote:

Originally Posted by Tupring (Post 22344)
Hi guys, I'm a little lost. I can only get this video to download half way and resume doesn't seem to work. I'm probably just missing a command somewhere. Can anyone help please? I'm using Mac OS X Terminal but will use Windows if I have to.

rtmpe://cp35395.edgefcs.net/ondemand/mtvnorigin/gsp.atomcomstor/atom.com/legacy/flv/si/sidecar_nerd_rage_rap_768x432_1800.mp4

You need to post the URL of the page instead.

Also try to use rtmpsrv or/and rtmpsuck.

You don't need Windows for rtmpdump / rtmpsuck. If you can't make it work in Mac OS X, you can use Linux like free Ubuntu instead. Use dual boot or just install it onto a virtual machine like free VirtualBox.

Tupring 10-19-2010 06:33 PM

Re: www.atom.com: Problem downloading RTMPE stream with rtmpdump


 
Quote:

Originally Posted by Tupring (Post 22344)
Hi guys, I'm a little lost. I can only get this video to download half way and resume doesn't seem to work. I'm probably just missing a command somewhere. Can anyone help please? I'm using Mac OS X Terminal but will use Windows if I have to.

rtmpe://cp35395.edgefcs.net/ondemand/mtvnorigin/gsp.atomcomstor/atom.com/legacy/flv/si/sidecar_nerd_rage_rap_768x432_1800.mp4

Quote:

Originally Posted by Stream Recorder (Post 22347)
You need to post the URL of the page instead.

Also try to use rtmpsrv or/and rtmpsuck.

You don't need Windows for rtmpdump / rtmpsuck. If you can't make it work in Mac OS X, you can use Linux like free Ubuntu instead. Use dual boot or just install it onto a virtual machine like free VirtualBox.

The link to the actual page is
Code:

http://www.atom.com/funny_videos/sidecar_nerd_rage_rap
I'm not sure if I am using rtmpdump correctly, most likely I'm not (I couldn't figure it out in Windows or Wine either). Any other help or instructions is greatly appreciated. I'd really like to be able to save this thing…

Stream Recorder 10-19-2010 10:54 PM

Re: www.atom.com: Problem downloading RTMPE stream with rtmpdump


 
Try rtmpsrv / rtmpsuck or other RTMPE recorders

Tupring 10-19-2010 11:13 PM

Re: www.atom.com: Problem downloading RTMPE stream with rtmpdump


 
I have downloaded and tried every piece of software I could find listed on various threads throughout the forum. There's just something I'm not understanding. Could you be so kind as to post an example of something from atom.com please? :D

Code:

WARNING: HandShake: Type mismatch: client sent 6, server answered 8
INFO: Connected...
ERROR: HandleCtrl: Ignoring SWFVerification request, use --swfVfy!
Starting download at: 0.000 kB
INFO: Metadata:
INFO:  duration              347.85
INFO:  moovPosition          36.00
INFO:  width                768.00
INFO:  height                432.00
INFO:  videocodecid          avc1
INFO:  audiocodecid          mp4a
INFO:  avcprofile            77.00
INFO:  avclevel              31.00
INFO:  aacaot                2.00
INFO:  videoframerate        23.97
INFO:  audiosamplerate      22050.00
INFO:  audiochannels        2.00
INFO: trackinfo:
INFO:  length                8341000.00
INFO:  timescale            23976.00
INFO: sampledescription:
INFO:  sampletype            avc1
INFO:  length                7669291.00
INFO:  timescale            22050.00
INFO: sampledescription:
INFO:  sampletype            mp4a
INFO:  length                600.00
INFO:  timescale            600.00
INFO: sampledescription:
INFO:  length                600.00
INFO:  timescale            600.00
INFO: sampledescription:
34825.600 kB / 171.13 sec (49.1%)
Caught signal: 13, cleaning up, just a second...
ERROR: WriteN, RTMP send error 32 (42 bytes)
ERROR: RTMP_ReadPacket, failed to read RTMP packet body. len: 60746
34850.848 kB / 171.13 sec (49.1%)
Download may be incomplete (downloaded about 49.10%), try resuming

When I use the resume command, it just gets an error and starts over, only to fail half way again. I would assume this has something to do with the SWF verification, I can't figure out how to actually get that part to work…

Stream Recorder 10-19-2010 11:49 PM

Re: www.atom.com: Problem downloading RTMPE stream with rtmpdump


 
StreamTransport works fine with this RTMPE stream.

As for rtmpdump, use rtmpsuck or rtmpsrv.

Tupring 10-20-2010 12:03 AM

Re: www.atom.com: Problem downloading RTMPE stream with rtmpdump


 
OK I'll try StreamTransport again. Maybe my version was outdated because it didn't work for me.

EDIT: Still doesn't work. StreamTransport will not load this video, it just hangs on "Initializing."
And like I stated earlier, I can not figure out the correct commands to type to do this the other way...

EDIT 2: After several minutes it does manage to find a link (for some reason only a lower-rez one) but it never downloads. I have been watching it for over an hour, file size is still zero...

Have you actually managed to download this video with StreamTransport, or did you just say it works because their homepage says it supports RTMPE?

Tupring 10-20-2010 06:21 AM

Re: www.atom.com: Problem downloading RTMPE stream with rtmpdump


 
Code:

-r rtmpe://cp35395.edgefcs.net/ondemand/mtvnorigin/gsp.atomcomstor/atom.com/legacy/flv/si/sidecar_nerd_rage_rap_768x432_1800.mp4
-W "http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0"
-o nerd_rage.mp4

Am I close? (This still gives the "Ignoring SWFVerification request, use --swfVfy!" error…
This is rather frustrating.

Tupring 10-21-2010 06:37 AM

Re: www.atom.com: Problem downloading RTMPE stream with rtmpdump


 
Success! :)

Code:

-r rtmpe://cp35395.edgefcs.net/ondemand/mtvnorigin/gsp.atomcomstor/atom.com/legacy/flv/si/sidecar_nerd_rage_rap_768x432_1800.mp4
-W "http://media.mtvnservices.com/player/prime/mediaplayerprime.1.1.13.swf"
-o nerd_rage.mp4


Stream Recorder 10-21-2010 07:30 AM

Re: www.atom.com: Problem downloading RTMPE stream with rtmpdump


 
Quote:

Originally Posted by Tupring (Post 22367)
Have you actually managed to download this video with StreamTransport, or did you just say it works because their homepage says it supports RTMPE?

I tried it and it works for me.


All times are GMT -6. The time now is 05:28 PM.