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:

Stream Ripper 06-17-2012 01:45 AM

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


 
Quote:

Originally Posted by ppp (Post 47675)
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:

Why not share a download link here? I'll allow it...

ppp 06-18-2012 12:01 AM

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


 
Quote:

Originally Posted by Stream Ripper (Post 47733)
Why not share a download link here? I'll allow it...

Good idea but imagine 10, 20 or maybe 100 persons are running my scripts at the same time. I think someone @KT is going to notice. :rolleyes:

psychoaki 06-22-2012 08:31 AM

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


 
Hi all,
I am a total noob so it would be great if you could help me a bit. I quite do not understand how to obtain the IP adresses in order to download the training videos with rtmpdump? It would be great if you could help me with that. For instance, I am interested in http://kelbytraining.com/online/watc...e#introduction (and the other cs6 bridge videos). What do I have to do in order to download them? I would appreciate if you could help me step by step.
Best wishes

ppp 06-22-2012 03:18 PM

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


 
Quote:

Originally Posted by psychoaki (Post 48027)
Hi all,
I am a total noob so it would be great if you could help me a bit. I quite do not understand how to obtain the IP adresses in order to download the training videos with rtmpdump? It would be great if you could help me with that. For instance, I am interested in http://kelbytraining.com/online/watc...e#introduction (and the other cs6 bridge videos). What do I have to do in order to download them? I would appreciate if you could help me step by step.
Best wishes

As long you have a Linux system (or Mac) that is all you need. :)

psychoaki 06-23-2012 04:07 AM

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


 
Hi there
I am on a Mac :o

ppp 06-23-2012 10:03 AM

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


 
Quote:

Originally Posted by psychoaki (Post 48080)
Hi there
I am on a Mac :o

Good!

As all serious shooters should be. :rolleyes:

ppp

psychoaki 06-25-2012 10:04 AM

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


 
Hi there,
with the help of ppp I think that I understand rtpdump a bit better. However, I still have problems finding the correct streams. For instance, could somebody tell me the stream name for the first video of http://kelbytraining.com/course/bfor...tographically/ ?
How do I get the correct name?
Cheers

nicunelacinty 07-02-2012 11:50 AM

cheap louis vuitton handbags


 
http://www.theaterfusion.net/ replica louis vuitton bags

daMichael 07-05-2012 07:12 PM

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


 
Quote:

Originally Posted by psychoaki (Post 48224)
Hi there,
with the help of ppp I think that I understand rtpdump a bit better. However, I still have problems finding the correct streams. For instance, could somebody tell me the stream name for the first video of http://kelbytraining.com/course/bfor...tographically/ ?
How do I get the correct name?
Cheers

One of the stream names is bfortney_seeingphotographically/kt_bf_seeing_photographically_01_360p.mp4

You can get all the URLs from the website itself, no need for Wireshark or other involved means. KT tells JWP (the player) what they are. Of course you have to be signed in to see them or make an educated guess.

perseus0001 08-09-2012 09:48 AM

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


 
I am completely new to rtmpdump and fairly new to mac's and I am having a really hard time wrapping my brain around how to acquire and save these Kelby training videos. My one year subscription is reaching its end, and I have had time to watch all of 3 video tutorials to completion. I would like to find a way to save some of the videos to watch at a later date before my subscription expires.

I assumed some of these terminal commands would be cut and past, just changing the links slightly for the different videos, but so far I have been unable to snag a single video.

Any help would be appreciated.

Here are the two terminal comands I have tried so far, both result in a -Bash {...insert command here.......} no such file or directory.

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


./rtmpdump -r "rtmpe://flashmedia.kelbymediagroup.com/vod/mp4:promos/mcnally_quadra/day1.flv" -W "http://media.kelbymediagroup.com/players/player-4.6-licensed.swf" -o $HOME/Desktop/mcnally_quadra.flv

perseus0001 08-09-2012 06:49 PM

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


 
Hey everyone, thanks for the help, I finally figured it all out.

I was able to read back through chapp's and brickbat's comments, and figure it out boot camped into windows. After that, it only took a few more minutes to figure it out in OSX.

krysalys 10-12-2012 10:33 PM

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


 
figured it out in os x lion, and im a novice at this. pm me if you need specific help.

Detteeren 11-22-2012 02:39 PM

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


 
I have been a happy user of rtmpdump 2.4 with Kelby Training - last time back in May. Now I am getting the “ERROR: RTMP_Connect0, failed to connect socket. 10060 (Unknow error)”!?!?! I can successfully download from other sites.

Has something changed at Kelby or is it my setup?

Best wishes

ppp 11-22-2012 04:55 PM

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


 
Yes, I noticed that also.

I looked into it but no solution yet.

ppp

KJA 12-11-2012 05:49 PM

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


 
I've been able to successfully stream the KT videos in the past, but now I get the following error:

Quote:

Connecting ...
ERROR: Problem accessing the DNS. <addr: mbrstream.kelbymediagroup.com>

Have Kelby done some extra encoding steps lately?
I thought my IP might have been blocked, but I tried it on multiple IPs/computers with the same result.


Here an example .bat file i've been running flawlessly in the past:

Code:

setlocal EnableDelayedExpansion
for /L %%n in (1 1 19) do (
  set "num=00%%n"
  set "num=!num:~-2!"
  c:\downloads\rtmpdump\rtmpdump.exe -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/skelby_lsrhotshoe" -y "mp4:skelby_lsrhotshoe/kt_skelby_lsrhotshoe_!num!_720p.mp4" -o kt_skelby_lsrhotshoe_!num!_720p.flv
)

FYI: the code above loops through and records all the videos in the "series".
In the case of the "Light It. Shoot It. Retouch it – On a Budget with Hot Shoe Flash" above, there are "19" episodes

ppp 12-12-2012 12:04 AM

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


 
My scripts on Mac are failing too, same reason probably. :confused:

I reverted to a flash downloader extension in Chrome, more work but gets the job done.

If anyone finds a solution, please share.

chap 12-12-2012 12:43 AM

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


 
login
pass

ppp 12-12-2012 12:52 AM

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


 
Quote:

Originally Posted by chap (Post 57389)
login
pass

That works?
Can you give me an example?

If it works I will share my unix/mac scripts with you if you like.
I fully automated the download just by manually saving the html page of each video guide.

ppp

summerdream 12-12-2012 09:51 AM

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


 
ppp, would you mind to share which flash downloader you used for Chrome? Thanks.

Quote:

Originally Posted by ppp (Post 57378)
My scripts on Mac are failing too, same reason probably. :confused:

I reverted to a flash downloader extension in Chrome, more work but gets the job done.

If anyone finds a solution, please share.


ppp 12-12-2012 10:53 AM

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


 
Quote:

Originally Posted by summerdream (Post 57412)
ppp, would you mind to share which flash downloader you used for Chrome? Thanks.

https://chrome.google.com/webstore/d...iopeeegenkdikp

ppp

KJA 12-12-2012 03:55 PM

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


 
Quote:

Originally Posted by chap (Post 57389)
login
pass

Can you explain to me as well what this response means?

:confused:

chap 12-12-2012 04:22 PM

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


 
Quote:

Originally Posted by KJA (Post 57422)
Can you explain to me as well what this response means?

:confused:

I have to enter in order to check

ppp 12-12-2012 11:01 PM

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


 
Quote:

Originally Posted by chap (Post 57423)
I have to enter in order to check

http://kelbytraining.com/online/freetrial/

ppp

ppp 12-12-2012 11:25 PM

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


 
Quote:

Originally Posted by svnpenn2 (Post 57428)
Stop "signing" your posts. Your name is listed at the top of every post you make, so signing is redundant.

Thank you for your advice.

ppp

chap 12-13-2012 06:28 PM

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


 
KJA
www.Kelbytraining.com
went on the http:)

try

KJA 12-13-2012 06:45 PM

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


 
Quote:

Originally Posted by chap (Post 57461)
KJA
www.Kelbytraining.com
went on the http:)

try

Yes, that works.
How do I get the rest of the "series" to stream/record?
Is there an alternate URL (instead of the "mbrstream.") to use in my existing batch script in my earlier post?

Thanks :)

chap 12-13-2012 07:18 PM

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


 
Quote:

Originally Posted by KJA (Post 57462)
Yes, that works.
How do I get the rest of the "series" to stream/record?

change the numbers;)

...lsrhotshoe_18_720p....

ppp 12-14-2012 12:41 AM

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


 
Quote:

Originally Posted by chap (Post 57461)
KJA
www.Kelbytraining.com
went on the http:)

try

Indeed they changed the stream url to another domain.
I am trying to figure out how to get this new url of each episode.
The url is not in the HTML. I cannot find it (yet).

Any idea you guys?

ppp

KJA 01-23-2013 08:42 PM

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


 
Just an update on this.

I haven't been able to determine how to record the Kelby videos via RTMPDUMP since the change, however Audials Tunebite Premium 9 and 10 can now successfully stream & record the 720p videos from each KT video

Prior to Kelby changing the streaming, I was getting encryption errors within Tunebite, now they record with no problem from the domain edgecastcdn.net

ppp 01-23-2013 11:09 PM

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


 
Quote:

Originally Posted by KJA (Post 58869)
Just an update on this.

I haven't been able to determine how to record the Kelby videos via RTMPDUMP since the change, however Audials Tunebite Premium 9 and 10 can now successfully stream & record the 720p videos from each KT video

Prior to Kelby changing the streaming, I was getting encryption errors within Tunebite, now they record with no problem from the domain edgecastcdn.net

Yeah, I can do the same but it involves looking into the html pages to get the right URL to download the stuff. I was hoping to automate that but that turned out to be a bit of a hassle and the extension www.flashvideodownloader.org does it's work fine for me so I did not bother till now. ;-)

ppp


All times are GMT -6. The time now is 11:54 PM.