Audio/video stream recording forums

Attention Visitor:
You may have to register or log in before you can post:
  • Click the register link to sign up.
  • Registered members please fill in the form below and click the "Log in" button.
To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Audio/video stream recording forums > Streaming media recording forum > rtmpdump
Register FAQ Members List Calendar Mark Forums Read

Reply Post New Thread
 
Thread Tools Display Modes
  #1  
Old 10-04-2012, 09:03 AM
hulooper hulooper is offline
Junior Member
 
Join Date: Oct 2012
Posts: 5
hulooper is on a distinguished road
Default

Don't know how to download from Y!


Okay, I'm new to this and using the Mac. I managed to figure out how to install rtmpdump and build rtmpdump GUI. Also I have installed Wireshark.

But I just don't know how to find the rtmp/rtmpe url properly from the streaming video website. Even if I string up a url, I don't know how to get it to download the video with rtmpdump GUI.

Could someone show me just one example to download one chapter from this web series, Cybergeddon from Yahoo? Will try to figure out the rest. One good and clear example for Mac.

Thank you.

What other software do I need to install to make things easier?
Reply With Quote
  #2  
Old 10-04-2012, 09:49 PM
svnpenn svnpenn is offline
Banned
 
Join Date: Apr 2011
Location: Dallas
Posts: 757
svnpenn is on a distinguished road
Default

Re: Don't know how to download from Y!


Code:
rtmpdump -r "rtmp://c-c48cf3235b9772301c08be29bb78b12e.a-cybergeddonspecials.i-6
36d61d6.rtmp.atlas.cdn.yimg.com:1935/" -a "" -f "WIN 11,4,402,278" -W "http://l.
yimg.com/rx/builds/3.5.5.8628/assets/player.swf" -p "http://cybergeddon.yahoo.co
m/#chapters" -y "mp4:cybergeddonspecials/lotus/20120919/cybergeddon_eng_chapter1
_1024?b=10240&d=+y+61468424-54a2-394b-9e1b-e7426febc1dd+ZGt2cmZodDgyYm5sdSZiPTMm
cz0xMw--+atlas+ca&dt=us+us_t+vid+b+cdn+cat&m=video%2fmp4&ns=ps+ss&ps=tebybcB41Ee
peK0mNWLGvq&ss=3d6b96b6-d21e-442e-95f9-340cf4296c45&x=1349405560&s=4957ba9f77774
a4d69220d1cdc557b5b" -o cybergeddon_eng_chapter1_1024.flv
RTMPDump v2.4-41-g7bae82a
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
INFO: Connected...
Starting download at: 0.000 kB
INFO: Metadata:
INFO:   duration              649.09
INFO:   moovPosition          28.00
INFO:   width                 640.00
INFO:   height                360.00
INFO:   videocodecid          avc1
INFO:   audiocodecid          mp4a
INFO:   avcprofile            77.00
INFO:   avclevel              31.00
INFO:   aacaot                2.00
INFO:   videoframerate        23.98
INFO:   audiosamplerate       44100.00
INFO:   audiochannels         2.00
INFO: trackinfo:
INFO:   length                15577562.00
INFO:   timescale             24000.00
INFO:   language              eng
INFO: sampledescription:
INFO:   sampletype            avc1
INFO:   length                28624895.00
INFO:   timescale             44100.00
INFO:   language              eng
INFO: sampledescription:
INFO:   sampletype            mp4a
5097.854 kB / 29.11 sec (4.4%)
Reply With Quote
  #3  
Old 10-05-2012, 04:48 AM
hulooper hulooper is offline
Junior Member
 
Join Date: Oct 2012
Posts: 5
hulooper is on a distinguished road
Default

Re: Don't know how to download from Y!


Thank you, svnpenn.

Looks familiar to what I started out. Will try later.
Reply With Quote
  #4  
Old 10-05-2012, 07:51 AM
hulooper hulooper is offline
Junior Member
 
Join Date: Oct 2012
Posts: 5
hulooper is on a distinguished road
Default

Re: Don't know how to download from Y!


Tried.

Y! keeps changing the url. Quite hard to string them together. Follow your example closely and get this
Code:
Connecting ...
INFO: Connected...
ERROR: Closing connection: NetStream.Failed
Argh! Give up. Any software (Mac & freeware preferred) can make this easy?
Reply With Quote
  #5  
Old 10-05-2012, 04:36 PM
svnpenn svnpenn is offline
Banned
 
Join Date: Apr 2011
Location: Dallas
Posts: 757
svnpenn is on a distinguished road
Default

Re: Don't know how to download from Y!


I use script rtmp-host.sh

Its for Windows but could be ported to Mac pretty easily by someone who knows Bash

github.com/svnpenn/etc/blob/master/rtmp-host.sh
Reply With Quote
  #6  
Old 10-06-2012, 07:34 AM
hulooper hulooper is offline
Junior Member
 
Join Date: Oct 2012
Posts: 5
hulooper is on a distinguished road
Default

Re: Don't know how to download from Y!


What's that?

As you can see, I'm clueless.

Don't mind using Windows as there's BootCamp and virtualization.

Just need easy-to-use GUI software. Coding too complex for me.


BTW, when you capture the first chapter of Cybergeddon, how is it only 640x360. Unless you choose disable HD at the website.
Reply With Quote
  #7  
Old 10-06-2012, 05:04 PM
svnpenn svnpenn is offline
Banned
 
Join Date: Apr 2011
Location: Dallas
Posts: 757
svnpenn is on a distinguished road
Default

Re: Don't know how to download from Y!


Quote:
Originally Posted by hulooper View Post
What's that?
As you can see, I'm clueless.
Don't mind using Windows as there's BootCamp and virtualization.
Just need easy-to-use GUI software. Coding too complex for me.
Well if you can use Windows the program "RtmpDumpHelper" is also available, which is GUI.

However you need to understand this. Both my script and RtmpDumpHelper rely on the command line program RtmpDump. If you have specific questions about RtmpDump that is fine, but it is beyond the scope of this thread and quite possibly these forums, to teach you how to use the command line.
Reply With Quote
  #8  
Old 10-07-2012, 03:06 AM
hulooper hulooper is offline
Junior Member
 
Join Date: Oct 2012
Posts: 5
hulooper is on a distinguished road
Default

Re: Don't know how to download from Y!


Thank you, svnpenn.

Found one Mac software that does the job - Jaksta.

Trying to learn the command line for rtmpdump. Trying to figure out rtmpsrv and rtmpsuck. The difficult part is to get the rtmp urls. Think that's the part I'm stuck at.

Learn a few things with youtube videos.
Reply With Quote
Reply Post New Thread
Tags:



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -6. The time now is 08:55 AM.


Powered by All-streaming-media.com; 2006-2011
vB forum hacked with Zoints add-ons