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

Recording Kelby Training (www.Kelbytraining.com) videos by Kelby Media Group

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

brickbat 04-19-2012 06:30 AM

Re: Recording Kelby Training (www.Kelbytraining.com) videos by Kelby Media Group


 
Hi,

I am running a mac so I can't use rtmp explorer. I am really struggling to get the URLs. I have tried using wireshark to download everything and do a text search on flv and mp4.....no luck

What I find really interesting is how they hell they get it to work on the ipad without making finding the URL trivial.

I tried setting my user agent to ipad in firefox with no luck.

I am trying to rip these videos

http://kelbytraining.com/online/watc...hopcompositing

ciao
bb

chap 04-19-2012 12:06 PM

Re: Recording Kelby Training (www.Kelbytraining.com) videos by Kelby Media Group


 
example
Code:

http://applestream.kelbymediagroup.com//i//flash//encoding//bfortney_seeingphotographically//kt_bf_seeing_photographically_01,_224p,_360p_low,_360p,_480p,_720p,_audio,.mp4.csmil//index_4_av.m3u8

brickbat 04-19-2012 03:24 PM

Re: Recording Kelby Training (www.Kelbytraining.com) videos by Kelby Media Group


 
Just for reference, here is an example of something I have tried unsuccessfully.

Code:

rtmpdump -r "rtmpe://mbrstream.kelbymediagroup.com/ondemand/encoding" -a "ondemand/encoding" -f "WIN 11,1,102,55" -W "http://media.kelbymediagroup.com/players/player5.8/player.swf" -p "http://kelbytraining.com/online/watch/jgrimes_photoshopcompositing" -y "mp4:kt_jg_photoshop_compositing_01_720p.mp4" -o ~/Desktop/grimes01.mp4

chap 04-19-2012 03:27 PM

Re: Recording Kelby Training (www.Kelbytraining.com) videos by Kelby Media Group


 
Quote:

Originally Posted by brickbat (Post 43688)
Just for reference, here is an example of something I have tried unsuccessfully.

Code:

rtmpdump -r "rtmpe://mbrstream.kelbymediagroup.com/ondemand/encoding" -a "ondemand/encoding" -f "WIN 11,1,102,55" -W "http://media.kelbymediagroup.com/players/player5.8/player.swf" -p "http://kelbytraining.com/online/watch/jgrimes_photoshopcompositing" -y "mp4:kt_jg_photoshop_compositing_01_720p.mp4" -o ~/Desktop/grimes01.mp4

Code:

rtmpdump -r "rtmpe://mbrstream.kelbymediagroup.com/ondemand/encoding" -a "ondemand/encoding" -f "WIN 11,1,102,55" -W "http://media.kelbymediagroup.com/players/player5.8/player.swf" -p "http://kelbytraining.com/online/watch/jgrimes_photoshopcompositing" -y "mp4:jgrimes_photoshopcompositing/kt_jg_photoshop_compositing_01_720p.mp4" -o t.flv

brickbat 04-20-2012 03:20 AM

Re: Recording Kelby Training (www.Kelbytraining.com) videos by Kelby Media Group


 
Yes, I tried that too. It also gives a
"ERROR: Closing connection: NetStream.Play.StreamNotFound"
error.

chap 04-20-2012 03:25 AM

Re: Recording Kelby Training (www.Kelbytraining.com) videos by Kelby Media Group


 
Code:

rtmpdump -r "rtmpe://mbrstream.kelbymediagroup.com/ondemand/encoding" -a "ondemand/encoding" -f "WIN 11,2,202,228" -W "http://media.kelbymediagroup.com/players/player5.8/player.swf" -p "http://kelbytraining.com/online/watch/jgrimes_photoshopcompositing" -y "mp4:jgrimes_photoshopcompositing/kt_jgrimes_photoshopcompositing_01_720p.mp4" -o kt_jgrimes_photoshopcompositing_01_720p.flv
Code:

>rtmpdump
-r "rtmpe://mbrstream.kelbymediagroup.com/ondemand/encoding" -a "ondemand/encodi
ng" -f "WIN 11,2,202,228" -W "http://media.kelbymediagroup.com/players/player5.8
/player.swf" -p "http://kelbytraining.com/online/watch/jgrimes_photoshopcomposit
ing" -y "mp4:jgrimes_photoshopcompositing/kt_jgrimes_photoshopcompositing_01_720
p.mp4" -o kt_jgrimes_photoshopcompositing_01_720p.flv
RTMPDump v2.4
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
WARNING: HandShake: Type mismatch: client sent 6, server answered 9
INFO: Connected...
Starting download at: 0.000 kB
INFO: Metadata:
INFO:  duration              84.15
INFO:  moovPosition          40.00
INFO:  width                1280.00
INFO:  height                720.00
INFO:  videocodecid          avc1
INFO:  audiocodecid          mp4a
INFO:  avcprofile            77.00
INFO:  avclevel              30.00
INFO:  aacaot                2.00
INFO:  videoframerate        29.97
INFO:  audiosamplerate      44100.00
INFO:  audiochannels        2.00
INFO: tags:
INFO:  ┬йtoo                Lavf53.4.0
INFO:  ┬йcpy                kelbymediagroup.com
INFO: trackinfo:
INFO:  length                252100.00
INFO:  timescale            2997.00
INFO:  language              eng
INFO: sampledescription:
INFO:  sampletype            avc1
INFO:  length                3710976.00
INFO:  timescale            44100.00
INFO:  language              eng
INFO: sampledescription:
INFO:  sampletype            mp4a
3034.842 kB / 5.51 sec (6.5%)


brickbat 04-20-2012 04:37 AM

Re: Recording Kelby Training (www.Kelbytraining.com) videos by Kelby Media Group


 
OMG I can't believe I was so close!!!! Thanks so much!

STOLEN 05-03-2012 08:54 PM

Re: Recording Kelby Training (www.Kelbytraining.com) videos by Kelby Media Group


 
hi complete noob... ive tried reading thru the relevant posts but really cant see the wood thru the trees.... on my mac i d/l rtmpdump 2.4 and installed it. i cant even find the files it installed can someone show me the light?

S

evol 05-04-2012 12:23 PM

Re: Recording Kelby Training (www.Kelbytraining.com) videos by Kelby Media Group


 
Quote:

Originally Posted by STOLEN (Post 45137)
hi complete noob... ive tried reading thru the relevant posts but really cant see the wood thru the trees.... on my mac i d/l rtmpdump 2.4 and installed it. i cant even find the files it installed can someone show me the light?

S

Never used a mac in my life but i guess it something like how you use it on Linux.

Open a Terminal and type rtmpdump --help

You should now have in front of you rtmpdump's help file. :)

ppp 06-15-2012 11:59 AM

Re: Recording Kelby Training (www.Kelbytraining.com) videos by Kelby Media Group


 
I have scripted this using rtmpdump on a Mac and dowloaded the hell out of the Kelby site, all the video's I wanted. :)

The scripts probably will run on Linux too.

All you need is a free 24 hour on the Kelby site to get the pages containing the URL's of the video's and you can download them using my scripts.

Send me a PM if you are interested. :cool:


All times are GMT -6. The time now is 01:37 PM.