hulooper
10-04-2012, 08:03 AM
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 (http://cybergeddon.yahoo.com) 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?
svnpenn
10-04-2012, 08:49 PM
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%)
hulooper
10-05-2012, 03:48 AM
Thank you, svnpenn.
Looks familiar to what I started out. Will try later.
hulooper
10-05-2012, 06:51 AM
Tried.
Y! keeps changing the url. Quite hard to string them together. Follow your example closely and get this
Connecting ...
INFO: Connected...
ERROR: Closing connection: NetStream.Failed
Argh! Give up. Any software (Mac & freeware preferred) can make this easy?
svnpenn
10-05-2012, 03:36 PM
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
hulooper
10-06-2012, 06:34 AM
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.
svnpenn
10-06-2012, 04:04 PM
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.
hulooper
10-07-2012, 02:06 AM
Thank you, svnpenn.
Found one Mac software that does the job - Jaksta (http://www.jaksta.com/download-video-for-mac/).
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. (http://vixy.net/)
vBulletin® , Copyright ©2000-2025, Jelsoft Enterprises Ltd.